summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-14 17:19:35 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-11-14 17:19:35 +0100
commit2b7832d0c92c34ff5fa52300ed849524a247405b (patch)
treeebaa0dbe8120e513773eb32c1465d3cf28e2e622 /settings/css
parentfef51895c2689275805bc166bc3f5be95a836b35 (diff)
downloadnextcloud-server-2b7832d0c92c34ff5fa52300ed849524a247405b.tar.gz
nextcloud-server-2b7832d0c92c34ff5fa52300ed849524a247405b.zip
Fix breakpoint and shrinking of the content + list
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index a7dbe0e7d8f..be1c6a08b68 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -905,7 +905,7 @@ span.version {
}
}
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: $breakpoint-mobile) {
.store .section {
width: 50%;
}