Skip to content

Commit

Permalink
Merge pull request #11385 from nextcloud/11372/fix/14-logo-height
Browse files Browse the repository at this point in the history
[14] Fixes the logo height
  • Loading branch information
rullzer committed Sep 27, 2018
2 parents 5d84475 + 2ece32b commit c2a9899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/css/header.scss
Expand Up @@ -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));
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -637,4 +637,4 @@ nav[role='navigation'] {
-webkit-appearance: none;
}
}
}
}

0 comments on commit c2a9899

Please sign in to comment.