From a8b51fdcbdbc4b305a0894cfc0459e22289c0c62 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 10 Jun 2015 13:43:12 +0200 Subject: [PATCH] fix app menu not showing on mobile, fix #16844 --- core/css/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/mobile.css b/core/css/mobile.css index cfc8f8bfdc..80217d7069 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; }