Fixes some header style issues

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
pull/10723/head
Michael Weimann 8 years ago
parent bcc1a53f05
commit ccb8f7dff6
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1
  1. 5
      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 {

Loading…
Cancel
Save