Fixes the logo height

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-09-26 11:10:13 +02:00 committed by Roeland Jago Douma
parent c759a78926
commit c7714b43c7
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@
#header {
/* Header menu */
.header-left > nav > .menu,
.header-left > nav > .menu,
.header-right > div > .menu {
background-color: var(--color-main-background);
filter: drop-shadow(0 1px 5px var(--color-box-shadow));
@ -113,10 +113,10 @@
background-size: contain;
background-position: center;
width: 62px;
height: 100%;
position: absolute;
left: 12px;
top: 1px;
bottom: 1px;
img {
opacity: 0;
@ -637,4 +637,4 @@ nav[role='navigation'] {
-webkit-appearance: none;
}
}
}
}