diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-16 15:53:54 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2017-05-19 21:01:34 +0200 |
commit | 053dffb1694c13037e9e24089c4401e3dd749798 (patch) | |
tree | 410862d8fc9c8a9658cd88d5258f00ef1f779970 | |
parent | cc2d06606daae863ce7790a33d985e15c8eb43fb (diff) | |
download | nextcloud-server-053dffb1694c13037e9e24089c4401e3dd749798.tar.gz nextcloud-server-053dffb1694c13037e9e24089c4401e3dd749798.zip |
Fix logo being too big on log in page, fix #4585
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/theming/css/theming.scss | 3 |
1 files changed, 1 insertions, 2 deletions
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 +} |