Merge pull request #4737 from nextcloud/logo-icon-container

fix sizing of logo in header
This commit is contained in:
Robin Appelman 2017-05-09 18:21:01 +02:00 committed by GitHub
commit 6a0f2fe52d
1 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@
background-image: url($image-logo); background-image: url($image-logo);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center center; background-position: center center;
background-size: contain;
width: 62px; width: 62px;
height: 34px; height: 34px;
} }
@ -538,4 +539,4 @@ nav {
li.hidden { li.hidden {
display: none; display: none;
} }
} }