aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-05-09 18:21:01 +0200
committerGitHub <noreply@github.com>2017-05-09 18:21:01 +0200
commit6a0f2fe52d03c7d109c51b43206cddcb92346c1e (patch)
treef4a71a5625f896649fe5cceb31b1c3a9b74997ba
parentb9bcc819bdad551000981200d7d8d72f5df70778 (diff)
parent02f3b744097740f1c447e283853d68508526affc (diff)
downloadnextcloud-server-6a0f2fe52d03c7d109c51b43206cddcb92346c1e.tar.gz
nextcloud-server-6a0f2fe52d03c7d109c51b43206cddcb92346c1e.zip
Merge pull request #4737 from nextcloud/logo-icon-container
fix sizing of logo in header
-rw-r--r--core/css/header.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index 50d270a6ff9..ed023fe36d2 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -114,6 +114,7 @@
background-image: url($image-logo);
background-repeat: no-repeat;
background-position: center center;
+ background-size: contain;
width: 62px;
height: 34px;
}
@@ -538,4 +539,4 @@ nav {
li.hidden {
display: none;
}
-} \ No newline at end of file
+}