diff options
Diffstat (limited to 'core/css/mobile.css')
-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; } |