diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-08-17 18:26:58 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-08-17 18:26:58 +0200 |
commit | 3bcc0e0ff6e2574ef5ae3a0839b79acdbfa25823 (patch) | |
tree | ce70ab312b189132ef90807719a9a4cc8c44c593 /core | |
parent | ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0 (diff) | |
download | nextcloud-server-3bcc0e0ff6e2574ef5ae3a0839b79acdbfa25823.tar.gz nextcloud-server-3bcc0e0ff6e2574ef5ae3a0839b79acdbfa25823.zip |
Header style tweaks
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.scss | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 24f148acdd5..59c04c82faa 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 */ |