diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-08-16 19:02:56 +0200 |
---|---|---|
committer | Michael Weimann <mail@michael-weimann.eu> | 2018-08-16 19:02:56 +0200 |
commit | ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0 (patch) | |
tree | bdbd20c784c15902d725bbdb1c9fe310f32a113d | |
parent | bcc1a53f05a8442ff1a8a5f06c585470aa44f521 (diff) | |
download | nextcloud-server-ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0.tar.gz nextcloud-server-ccb8f7dff6efa2c3f55eacfe2bb87f061c9c4aa0.zip |
Fixes some header style issues
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
-rw-r--r-- | core/css/header.scss | 5 |
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 { |