summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 14:32:46 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-14 14:32:46 -0700
commit8f710daeb7ff84ce0f0b0511f25bf25ba94979ff (patch)
treec8bbb29addf42e87e7c3f26d76325864053e539f
parente3d9e7c930dd8b8a354ae69cc438b9c202b9225c (diff)
downloadgitlab-ce-37857-build-header-gap.tar.gz
Use new navbar height for build sidebar37857-build-header-gap
-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 {