summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2016-07-22 12:25:58 +0200
committerGitHub <noreply@github.com>2016-07-22 12:25:58 +0200
commit183d4d8e9968e40bdc5f55eee26d12f3cebc0e43 (patch)
treefbe6f974939a190a7cc929f8559204acee84bcc9
parent194c385c7a3200ca939f4ee85c3230cdb869f98e (diff)
downloadnextcloud-server-183d4d8e9968e40bdc5f55eee26d12f3cebc0e43.tar.gz
nextcloud-server-183d4d8e9968e40bdc5f55eee26d12f3cebc0e43.zip
Update themingcontroller.php
-rw-r--r--apps/theming/lib/controller/themingcontroller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/lib/controller/themingcontroller.php b/apps/theming/lib/controller/themingcontroller.php
index b6fb1a6be5b..7e7791b46ce 100644
--- a/apps/theming/lib/controller/themingcontroller.php
+++ b/apps/theming/lib/controller/themingcontroller.php
@@ -224,10 +224,11 @@ class ThemingController extends Controller {
if($logo !== '') {
$responseCss .= sprintf('#header .logo {
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
+ background-size: contain;
}
#header .logo-icon {
background-image: url(\'./logo?v='.$cacheBusterValue.'\');
- background-size: 62px 34px;
+ background-size: contain;
}'
);
}