diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 00:04:47 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 00:04:47 +0200 |
commit | 78a04643545d692a8700706bd261f53151de2b0e (patch) | |
tree | a3fe992cfe40a1ee899e2cb963b48538410bdf98 /core/css/mobile.css | |
parent | 4e93d9e3a23f169dfc28d0ca8311a2d15180a0ad (diff) | |
download | nextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.tar.gz nextcloud-server-78a04643545d692a8700706bd261f53151de2b0e.zip |
replace logo-wide on share page as well with better icon + text
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r-- | core/css/mobile.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 874c42b92ef..cfc8f8bfdca 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -21,12 +21,9 @@ 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; +/* on mobile, show only the icon of the logo, hide the text */ +#header .header-appname-container { + display: none; } /* compress search box on mobile, expand when focused */ |