diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-09-29 14:03:50 -0700 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-06 12:12:11 -0700 |
commit | 940e702468ecd8c811dc2f2f4602c38ebffd9742 (patch) | |
tree | aad8864fd6aa77b68860326cfc214be06093bd3d /app/assets/stylesheets/framework/sidebar.scss | |
parent | 314cfc39a7c3832f212d9837970f6cc59c436a50 (diff) | |
download | gitlab-ce-940e702468ecd8c811dc2f2f4602c38ebffd9742.tar.gz |
Start moving new nav styles into header.scss
Diffstat (limited to 'app/assets/stylesheets/framework/sidebar.scss')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 48dc25d343b..ef58382ba41 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% - #{$new-navbar-height}); + height: calc(100% - #{$header-height}); &.affix { position: fixed; - top: $new-navbar-height; + top: $header-height; } } .with-performance-bar .right-sidebar.affix { - top: $new-navbar-height + $performance-bar-height; + top: $header-height + $performance-bar-height; } @mixin maintain-sidebar-dimensions { |