aboutsummaryrefslogtreecommitdiffstats
path: root/core/css/variables.scss
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-07-17 11:24:21 +0200
committerMorris Jobke <hey@morrisjobke.de>2018-07-20 23:38:04 +0200
commita9f65390f664b1ffea6a906177fd0f593f3601b3 (patch)
tree69d3fc60c6dd1853af92264226010d74ce448308 /core/css/variables.scss
parentecaf4d7008eacc06e3fdfde7e1d94553ef655d67 (diff)
downloadnextcloud-server-a9f65390f664b1ffea6a906177fd0f593f3601b3.tar.gz
nextcloud-server-a9f65390f664b1ffea6a906177fd0f593f3601b3.zip
Widen left navigation to 300px and set max-width of right sidebar to 500px
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r--core/css/variables.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss
index 14e3dc663fc..b6bffea9739 100644
--- a/core/css/variables.scss
+++ b/core/css/variables.scss
@@ -79,5 +79,6 @@ $font-face: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !de
// various structure data
$header-height: 50px;
-$navigation-width: 250px;
-$sidebar-width: 300px; \ No newline at end of file
+$navigation-width: 300px;
+$sidebar-min-width: 300px;
+$sidebar-max-width: 500px;