diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-26 16:47:16 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-07-20 23:37:00 +0200 |
commit | d6b718584e8aff74a0e76f77d2c1c5689f78cc78 (patch) | |
tree | 6f4322460b0d6e11257e59350308f8ad5e9a40b1 /core/css/variables.scss | |
parent | 842583038bb54c2787fb7a2d5ebd84a2fec849fd (diff) | |
download | nextcloud-server-d6b718584e8aff74a0e76f77d2c1c5689f78cc78.tar.gz nextcloud-server-d6b718584e8aff74a0e76f77d2c1c5689f78cc78.zip |
Sidebar fix
Fix sidebar and scrollbar on content
Sidebar fixes, and sidebar-width + header-height variables
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/variables.scss')
-rw-r--r-- | core/css/variables.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/variables.scss b/core/css/variables.scss index 3cf77849395..86264dc5588 100644 --- a/core/css/variables.scss +++ b/core/css/variables.scss @@ -75,3 +75,8 @@ $color-border-dark: nc-darken($color-main-background, 14%) !default; $border-radius: 3px !default; $font-face: 'Open Sans', Frutiger, Calibri, 'Myriad Pro', Myriad, sans-serif !default; + + +// various structure data +$header-height: 50px; +$sidebar-width: 300px;
\ No newline at end of file |