From: Jan-Christoph Borchardt Date: Wed, 16 Apr 2014 08:49:16 +0000 (+0200) Subject: do not show menu toggle on public share links as there is no menu X-Git-Tag: v7.0.0alpha2~400^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9dabed04a411df4baec9bf6a52ce77dad4a87ce4;p=nextcloud-server.git do not show menu toggle on public share links as there is no menu --- 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"] {