summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-10 13:43:12 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-06-10 13:43:12 +0200
commita8b51fdcbdbc4b305a0894cfc0459e22289c0c62 (patch)
treec67a6f6a846c442e12256510bd134ef2902197f8 /core/css
parent9d90421e6275199fe9e77a731ded2b09cc29eb3f (diff)
downloadnextcloud-server-a8b51fdcbdbc4b305a0894cfc0459e22289c0c62.tar.gz
nextcloud-server-a8b51fdcbdbc4b305a0894cfc0459e22289c0c62.zip
fix app menu not showing on mobile, fix #16844
Diffstat (limited to 'core/css')
-rw-r--r--core/css/mobile.css4
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;
}