diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 10:49:16 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-16 10:49:16 +0200 |
commit | 9dabed04a411df4baec9bf6a52ce77dad4a87ce4 (patch) | |
tree | ac16430ffc3e665b44248936d34588e7c423b22f | |
parent | 23f2c48a43b2bc96370ec6b6411e6a86f705d12f (diff) | |
download | nextcloud-server-9dabed04a411df4baec9bf6a52ce77dad4a87ce4.tar.gz nextcloud-server-9dabed04a411df4baec9bf6a52ce77dad4a87ce4.zip |
do not show menu toggle on public share links as there is no menu
-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 821da619295..b8f0dbc7ec5 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"] { |