diff options
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/core/css/header.css b/core/css/header.css index 2c1850389dc..e2cf7835eb7 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -55,13 +55,11 @@ #body-settings #header, #body-public #header { display: inline-flex; - position: fixed; + position: absolute; top: 0; width: 100%; z-index: 2000; height: 50px; - background-color: var(--color-primary); - background-image: var(--gradient-primary-background); box-sizing: border-box; justify-content: space-between; } @@ -91,13 +89,13 @@ #header .header-right > div > .menu { background-color: var(--color-main-background); filter: drop-shadow(0 1px 5px var(--color-box-shadow)); - border-radius: 0 0 var(--border-radius) var(--border-radius); + border-radius: var(--border-radius-large); box-sizing: border-box; z-index: 2000; position: absolute; max-width: 350px; min-height: 66px; - max-height: calc(100vh - 50px * 4); + max-height: calc(100vh - 50px * 2); right: 5px; top: 50px; margin: 0; @@ -122,7 +120,7 @@ overflow-y: auto; -webkit-overflow-scrolling: touch; min-height: 66px; - max-height: calc(100vh - 50px * 4); + max-height: calc(100vh - 50px * 2); } #header .header-right > div > .menu.settings-menu > ul li a { display: inline-flex; @@ -177,7 +175,6 @@ left: 12px; top: 1px; bottom: 1px; - filter: var(--image-logoheader-custom, var(--primary-invert-if-bright)); } #header .header-appname-container { display: none; |