Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornacho <nacho@ownyourbits.com>2019-04-24 00:13:11 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-05-30 09:28:30 +0300
commit3c30d293fa1d52ff51581091e3d39a30ac7474d3 (patch)
tree8dde36e30baf8d5f9b1dcda40bfe8cc5f9f6700f /core/css/variables.scss
parent89c701382f7a3dfaae3a45d1001ab26fb08cdd8a (diff)
CSS: adjust media query breakpoint to improve tablet readability
see https://github.com/nextcloud/news/pull/467
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 285ebc4f6d8..960371c2536 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -92,5 +92,5 @@ $sidebar-max-width: 500px;
$list-min-width: 200px;
$list-max-width: 300px;
-// mobile
-$breakpoint-mobile: 768px;
+// mobile. Keep in sync with core/js/js.js
+$breakpoint-mobile: 1024px;