summaryrefslogtreecommitdiffstats
path: root/core/css/header.css
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-31 10:40:11 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-01 14:15:42 +0200
commitd6bd98d3c5ff09abd48d9aff4960638c34f9d58b (patch)
tree853f76977f4c323b2c535e53adfc572dca95b3ac /core/css/header.css
parent7cc814093e1d61606a8f7efc6fffc92e425e5b4e (diff)
downloadnextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.tar.gz
nextcloud-server-d6bd98d3c5ff09abd48d9aff4960638c34f9d58b.zip
Bump bundled files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/header.css')
-rw-r--r--core/css/header.css11
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;