summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 56ef6d13252..f828129cdf1 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -36,7 +36,7 @@
}
.right-sidebar-collapsed {
- --application-bar-right: #{$gutter-collapsed-width};
+ --application-bar-right: #{$right-sidebar-collapsed-width};
&.is-merge-request {
--application-bar-right: 0px;
@@ -44,7 +44,7 @@
}
.right-sidebar-expanded {
- --application-bar-right: #{$gutter-width};
+ --application-bar-right: #{$right-sidebar-width};
}
}