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:
authorPhil Hughes <me@iamphill.com>2017-03-24 13:02:31 +0300
committerPhil Hughes <me@iamphill.com>2017-03-28 16:58:51 +0300
commit9a5556af47a1bae3e99a25931a4905cd9b524438 (patch)
treeb40a40f092425b0220c3cefd3be9a19d00b22286 /app/assets/stylesheets/framework/nav.scss
parent598973c3890de88fe239e3b4b8aa8a2574520751 (diff)
Fixed tabs on desktop being all over the place
Diffstat (limited to 'app/assets/stylesheets/framework/nav.scss')
-rw-r--r--app/assets/stylesheets/framework/nav.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/nav.scss b/app/assets/stylesheets/framework/nav.scss
index e113d559664..70b6eefc7a0 100644
--- a/app/assets/stylesheets/framework/nav.scss
+++ b/app/assets/stylesheets/framework/nav.scss
@@ -480,6 +480,12 @@
.inner-page-scroll-tabs {
position: relative;
+ .fade-right,
+ .fade-left {
+ top: 17px;
+ bottom: 0;
+ }
+
.fade-right {
@include fade(left, $white-light);
right: 0;