diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-29 18:02:14 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 11:52:58 +0100 |
commit | 116cb58c3c47cbe88bed7f4d0dd7bb7cd703a714 (patch) | |
tree | 8ff52f0d912624618869ce9b773549ddf7daaa85 /apps/files_sharing/css | |
parent | f2fadf677c995a56d435708184f3bd3e8c8b620a (diff) | |
download | nextcloud-server-116cb58c3c47cbe88bed7f4d0dd7bb7cd703a714.tar.gz nextcloud-server-116cb58c3c47cbe88bed7f4d0dd7bb7cd703a714.zip |
Show and hide menu via Javascript, thanks @skjnldsv
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/mobile.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss index 00a7cd1baf2..56f57d53263 100644 --- a/apps/files_sharing/css/mobile.scss +++ b/apps/files_sharing/css/mobile.scss @@ -46,5 +46,13 @@ table td.filename .nametext { text-overflow: ellipsis; } +// Hide Download label of 3-dot-menu on public share pages +.share-menutoggle-text { + display: none; +} +#header .menutoggle { + padding-right: 14px; + background-position: center; +} } |