Improve apps filter bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user