Show app restart status as a banner in filemanager

This commit is contained in:
Johannes Zellner
2020-12-07 20:13:05 +01:00
parent e1f5fea303
commit c9ae24cf62
3 changed files with 16 additions and 11 deletions
+10
View File
@@ -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;