From ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 16 Aug 2018 19:02:56 +0200 Subject: [PATCH] Fixes some header style issues Signed-off-by: Michael Weimann --- core/css/header.scss | 5 +++-- 1 file 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 {