fix app menu not showing on mobile, fix #16844

This commit is contained in:
Jan-Christoph Borchardt 2015-06-10 13:43:12 +02:00
parent 9d90421e62
commit a8b51fdcbd
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}