Show app restart status as a banner in filemanager
This commit is contained in:
@@ -173,6 +173,16 @@ html, body {
|
||||
}
|
||||
}
|
||||
|
||||
.restart-banner {
|
||||
position: fixed;
|
||||
z-index: 20000;
|
||||
background-color: $text-dark;
|
||||
width: 100%;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.layout-root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user