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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 05:35:25 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 20:01:51 +0300
commit5957fdc493af72579571368d584145acf10861a1 (patch)
tree9346405e0eb23e8fc2cbc2022bd412b47d4ec0c8 /app/assets/stylesheets/framework
parentade0a4af8b85c16f6b36bee7216a3d29c4b4be0c (diff)
Fix profile test
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 6f724afa9df..847b2f80bdf 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -1,7 +1,7 @@
/*
* Layout
*/
-$sidebar_collapsed_width: 0;
+$sidebar_collapsed_width: 62px;
$sidebar_width: 90px;
$gutter_collapsed_width: 62px;
$gutter_width: 290px;