dashboard: make filter bar persistent and inline instead of popover

This commit is contained in:
Johannes Zellner
2024-04-10 12:24:45 +02:00
parent f1679f1614
commit 6612f48d0a
3 changed files with 27 additions and 28 deletions

View File

@@ -177,16 +177,7 @@ html, body {
}
.view-header-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);
text-align: right;
}
.view-header-search-bar {