summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/sidebar.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-18 08:15:25 +0000
committerPhil Hughes <me@iamphill.com>2017-09-18 08:15:25 +0000
commita17e8d9e888c9cdd431ca4e6bbd886cf557babf9 (patch)
tree1d6c2670177870d2268d1fea9c8b091d608bc1d2 /app/assets/stylesheets/framework/sidebar.scss
parentd97b3fa478619fd6d75b25a89eff2c5bc519e1d5 (diff)
downloadgitlab-ce-a17e8d9e888c9cdd431ca4e6bbd886cf557babf9.tar.gz
Remove gaps under nav on build page
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index ef58382ba41..48dc25d343b 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -78,16 +78,16 @@
.right-sidebar {
border-left: 1px solid $border-color;
- height: calc(100% - #{$header-height});
+ height: calc(100% - #{$new-navbar-height});
&.affix {
position: fixed;
- top: $header-height;
+ top: $new-navbar-height;
}
}
.with-performance-bar .right-sidebar.affix {
- top: $header-height + $performance-bar-height;
+ top: $new-navbar-height + $performance-bar-height;
}
@mixin maintain-sidebar-dimensions {