summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/css/public.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index b8a5dbf4f38..c31b4f82bed 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -192,6 +192,20 @@ thead {
font-weight: bold;
}
+// hide the download entry on the menu
+// on public share when NOT on mobile
+@media only screen and (min-width: 769px) {
+ #body-public {
+ .header-right {
+ #header-actions-menu {
+ > ul > li#download {
+ display: none;
+ }
+ }
+ }
+ }
+}
+
// hide the primary on public share on mobile
@media only screen and (max-width: 768px) {
#body-public {