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 Gray <annabel.dunstone@gmail.com>2019-01-08 20:04:31 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-01-08 20:07:39 +0300
commitc5c7bfc41c8834e57d048a27890e485afe586c88 (patch)
treeb48ed70c43a4c898967c53a1c1435dbbef6c9001 /app/assets/stylesheets/pages/diff.scss
parent49f538c766f3b4f8fb7436afd472f88291a7c76e (diff)
Remove extra space between MR tab bar and sticky file headers
Diffstat (limited to 'app/assets/stylesheets/pages/diff.scss')
-rw-r--r--app/assets/stylesheets/pages/diff.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index 18c62cb4f1e..b78f11aadf1 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -9,7 +9,7 @@
@media (min-width: map-get($grid-breakpoints, md)) {
position: -webkit-sticky;
position: sticky;
- top: 92px;
+ top: $header-height + 51px;
margin-left: -1px;
border-left: 1px solid $border-color;
z-index: 102;