Improve apps filter bar

This commit is contained in:
Johannes Zellner
2022-08-03 21:02:47 +02:00
parent aa3fa7771c
commit d4fc61810c
2 changed files with 15 additions and 2 deletions
+13
View File
@@ -168,6 +168,19 @@ html, body {
padding: 0;
}
.filter-bar {
position: absolute;
right: 14px;
margin-top: 5px;
padding: 5px;
padding-top: 0;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.15);
border-radius: 2px;
box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.offline-banner {
position: fixed;
z-index: 30000;