Skip to content
Snippets Groups Projects
Commit 5ccacb9b authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #16860 from owncloud/fix-appmenu

fix app menu not showing on mobile, fix #16844
parents be6ba653 a8b51fdc
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
box-align: center; box-align: center;
} }
/* on mobile, show only the icon of the logo, hide the text */ /* on mobile public share, show only the icon of the logo, hide the text */
#header .header-appname-container { #body-public #header .header-appname-container {
display: none; display: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment