From: Jan-Christoph Borchardt Date: Tue, 16 May 2017 13:53:54 +0000 (+0200) Subject: Fix logo being too big on log in page, fix #4585 X-Git-Tag: v12.0.0RC2^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=053dffb1694c13037e9e24089c4401e3dd749798;p=nextcloud-server.git Fix logo being too big on log in page, fix #4585 Signed-off-by: Jan-Christoph Borchardt --- diff --git a/apps/theming/css/theming.scss b/apps/theming/css/theming.scss index 2d0afa2d298..6057a15f425 100644 --- a/apps/theming/css/theming.scss +++ b/apps/theming/css/theming.scss @@ -44,7 +44,6 @@ /* override styles for login screen in guest.css */ #header .logo, #header .logo-icon { - background-size: contain; background-image: url(#{$image-logo}); } @@ -111,4 +110,4 @@ input.primary { } } } -} \ No newline at end of file +}