From ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Thu, 16 Aug 2018 19:02:56 +0200 Subject: [PATCH 1/3] 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 7b7606a0de..24f148acdd 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 { From 3bcc0e0ff6e2574ef5ae3a0839b79acdbfa25823 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 17 Aug 2018 18:26:58 +0200 Subject: [PATCH 2/3] Header style tweaks Signed-off-by: Michael Weimann --- core/css/header.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index 24f148acdd..59c04c82fa 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -98,7 +98,7 @@ width: 0; position: absolute; pointer-events: none; - right: 22px; + right: 10px; } } .logo { @@ -226,7 +226,7 @@ /* NAVIGATION --------------------------------------------------------------- */ nav[role='navigation'] { display: inline-block; - width: 0; + width: $header-height; height: $header-height; margin-left: -$header-height; position: relative; @@ -400,6 +400,10 @@ nav[role='navigation'] { display: block; } } + + #expanddiv:after { + right: 22px; + } } /* Settings menu */ @@ -456,6 +460,7 @@ nav[role='navigation'] { opacity: .6; } } + .app-loading { > svg { display: none; @@ -556,6 +561,10 @@ nav[role='navigation'] { li.hidden { display: none; } + + #more-apps { + z-index: 2; + } } /* Skip navigation links – show only on keyboard focus */ From 36dfaf097a43b19b0b3119d174c7224c2332a65b Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Fri, 17 Aug 2018 18:44:40 +0200 Subject: [PATCH 3/3] Removes doubled styles Signed-off-by: Michael Weimann --- core/css/header.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/css/header.scss b/core/css/header.scss index 59c04c82fa..41ee0a63fb 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -408,9 +408,6 @@ nav[role='navigation'] { /* Settings menu */ #expanddiv { - &.menu { - right: 17px; - } a { display: inline-flex; align-items: center;