summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-26 11:52:30 +0100
committerPhil Hughes <me@iamphill.com>2017-09-26 11:52:30 +0100
commit2e221b8117fb98fc64d1ffb98196c77d4e172aa4 (patch)
treed89f6ada143ba68e885bfada844753874c04b596
parent07f5c3c350f19bcfa4276b28e000cf2a7737ee7e (diff)
downloadgitlab-ce-mobile-breadcrumbs-divider.tar.gz
Fix sidebar mobile toggle button bordermobile-breadcrumbs-divider
-rw-r--r--app/assets/stylesheets/framework/new-nav.scss5
-rw-r--r--app/assets/stylesheets/framework/new-sidebar.scss7
2 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/new-nav.scss b/app/assets/stylesheets/framework/new-nav.scss
index c3badec59c9..d4b3fb238d5 100644
--- a/app/assets/stylesheets/framework/new-nav.scss
+++ b/app/assets/stylesheets/framework/new-nav.scss
@@ -317,11 +317,6 @@ header.navbar-gitlab-new {
align-self: center;
color: $gl-text-color-secondary;
- @media (max-width: $screen-xs-max) {
- padding-left: 17px;
- border-left: 1px solid $gl-text-color-quaternary;
- }
-
.avatar-tile {
margin-right: 4px;
border: 1px solid $border-color;
diff --git a/app/assets/stylesheets/framework/new-sidebar.scss b/app/assets/stylesheets/framework/new-sidebar.scss
index 9c404b7e542..3f1cb97aebc 100644
--- a/app/assets/stylesheets/framework/new-sidebar.scss
+++ b/app/assets/stylesheets/framework/new-sidebar.scss
@@ -461,6 +461,13 @@ $new-sidebar-collapsed-width: 50px;
font-size: 18px;
}
}
+
+ @media (max-width: $screen-xs-max) {
+ + .breadcrumbs-links {
+ padding-left: 17px;
+ border-left: 1px solid $gl-text-color-quaternary;
+ }
+ }
}
@media (max-width: $screen-xs-max) {