aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-31 08:51:09 +0200
committerJulius Härtl <jus@bitgrid.net>2022-09-01 14:15:41 +0200
commit5d375647a5690275318b1299f1d9d716cb96b038 (patch)
tree6bd6ad019ebc082fdcc57eb4434b306e4fba2f46 /core/css/header.scss
parentb455b07390ccfc8c00d5ca66817b83edaaf4ff7e (diff)
downloadnextcloud-server-5d375647a5690275318b1299f1d9d716cb96b038.tar.gz
nextcloud-server-5d375647a5690275318b1299f1d9d716cb96b038.zip
Fix some styling issues with the new containers
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r--core/css/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 55f797789c7..36047fbd032 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -72,7 +72,7 @@
.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;