diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-16 15:53:54 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-16 15:53:54 +0200 |
commit | 70c750dacc5636f81c38878ddaf463ff397a6a66 (patch) | |
tree | e405b5a9ec10739a4f50a76c8a5ebd96735d1b2f | |
parent | 2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff) | |
download | nextcloud-server-70c750dacc5636f81c38878ddaf463ff397a6a66.tar.gz nextcloud-server-70c750dacc5636f81c38878ddaf463ff397a6a66.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 +} |