summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 12:20:44 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-07-03 12:20:44 +0200
commite5f68bafb929fbe31d293f1cadb584d04f182332 (patch)
treee63022dc3023095b9fe9f5850e00a918a7e92cfb /core/css
parentb8ced7025e170c98ba43992a81e39465f1e4f97b (diff)
downloadnextcloud-server-e5f68bafb929fbe31d293f1cadb584d04f182332.tar.gz
nextcloud-server-e5f68bafb929fbe31d293f1cadb584d04f182332.zip
for shared links, use wide logo on desktop and icon on mobile
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 0a74178937d..6e2172ddbb7 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -21,6 +21,14 @@
box-align: center;
}
+/* on mobile, show logo-icon instead of logo-wide */
+#header .logo-wide {
+ background-image: url(../img/logo-icon.svg);
+ background-repeat: no-repeat;
+ width: 62px;
+ height: 34px;
+}
+
/* compress search box on mobile, expand when focused */
.searchbox input[type="search"] {
width: 15%;