Merge pull request #16860 from owncloud/fix-appmenu

fix app menu not showing on mobile, fix #16844
This commit is contained in:
Morris Jobke 2015-06-10 16:18:31 +02:00
commit 5ccacb9b38
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;
}