diff options
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 079fd2c017c..fd0628d7e28 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -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"] { |