aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/header.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 7b7606a0de5..24f148acdd5 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -98,7 +98,7 @@
width: 0;
position: absolute;
pointer-events: none;
- right: 10px;
+ right: 22px;
}
}
.logo {
@@ -226,9 +226,10 @@
/* NAVIGATION --------------------------------------------------------------- */
nav[role='navigation'] {
display: inline-block;
- width: $header-height;
+ width: 0;
height: $header-height;
margin-left: -$header-height;
+ position: relative;
}
.header-left #navigation {