summaryrefslogtreecommitdiffstats
path: root/core/css/header.scss
diff options
context:
space:
mode:
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;