diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-06-10 16:18:31 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-06-10 16:18:31 +0200 |
commit | 5ccacb9b38a920e7accfcc386c00f11a0cca4418 (patch) | |
tree | cf12b25dec63719348539db7fb8d4d9c76c97db6 /core | |
parent | be6ba653eab6e7262c01aca8f93bbab6c2e76f00 (diff) | |
parent | a8b51fdcbdbc4b305a0894cfc0459e22289c0c62 (diff) | |
download | nextcloud-server-5ccacb9b38a920e7accfcc386c00f11a0cca4418.tar.gz nextcloud-server-5ccacb9b38a920e7accfcc386c00f11a0cca4418.zip |
Merge pull request #16860 from owncloud/fix-appmenu
fix app menu not showing on mobile, fix #16844
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index cfc8f8bfdca..80217d7069c 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -21,8 +21,8 @@ box-align: center; } -/* on mobile, show only the icon of the logo, hide the text */ -#header .header-appname-container { +/* on mobile public share, show only the icon of the logo, hide the text */ +#body-public #header .header-appname-container { display: none; } |