summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 15:53:54 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 15:53:54 +0200
commit70c750dacc5636f81c38878ddaf463ff397a6a66 (patch)
treee405b5a9ec10739a4f50a76c8a5ebd96735d1b2f
parent2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff)
downloadnextcloud-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.scss3
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
+}