diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-14 17:19:35 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-11-14 17:19:35 +0100 |
commit | 2b7832d0c92c34ff5fa52300ed849524a247405b (patch) | |
tree | ebaa0dbe8120e513773eb32c1465d3cf28e2e622 /core/css/variables.scss | |
parent | fef51895c2689275805bc166bc3f5be95a836b35 (diff) | |
download | nextcloud-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 'core/css/variables.scss')
-rw-r--r-- | core/css/variables.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss index a827629479c..d7419f0d744 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -87,3 +87,6 @@ $header-height: 50px; $navigation-width: 300px; $sidebar-min-width: 300px; $sidebar-max-width: 500px; + +// mobile +$breakpoint-mobile: 768px; |