aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authornacho <nacho@ownyourbits.com>2019-04-23 15:13:11 -0600
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-30 08:28:30 +0200
commit3c30d293fa1d52ff51581091e3d39a30ac7474d3 (patch)
tree8dde36e30baf8d5f9b1dcda40bfe8cc5f9f6700f /apps/files_sharing/css
parent89c701382f7a3dfaae3a45d1001ab26fb08cdd8a (diff)
downloadnextcloud-server-3c30d293fa1d52ff51581091e3d39a30ac7474d3.tar.gz
nextcloud-server-3c30d293fa1d52ff51581091e3d39a30ac7474d3.zip
CSS: adjust media query breakpoint to improve tablet readability
see https://github.com/nextcloud/news/pull/467
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 83cba309da7..13a3ee291fa 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -195,7 +195,7 @@ thead {
// hide the download entry on the menu
// on public share when NOT on mobile
-@media only screen and (min-width: 769px) {
+@media only screen and (min-width: $mobile_breakpoint + 1) {
#body-public {
.header-right {
#header-actions-menu {