Skip to content
Snippets Groups Projects
Commit 199ee18c authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #8229 from owncloud/menutoggle-mobile

do not show menu toggle on public share links as there is no menu
parents 1abd9c13 9dabed04
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,11 @@
background-position: right 26px;
padding-right: 16px !important;
}
/* do not show menu toggle on public share links as there is no menu */
#body-public #owncloud.menutoggle {
background-image: none;
padding-right: 0 !important;
}
/* compress search box on mobile, expand when focused */
.searchbox input[type="search"] {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment