summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-12 17:06:47 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-12 17:06:47 -0500
commit7bc594735b7923d1e57eb504f09716bbb72c8c06 (patch)
tree023149097e259960faaa7e66577340665d181014
parenta51064906bd4dcb29ea61c2278e2c32e848a5de6 (diff)
downloadgitlab-ce-17338-sidebar-width.tar.gz
Undo changes; reduce sidebar internal width17338-sidebar-width
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss13
1 files changed, 4 insertions, 9 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index c243dd8a424..f90d7a806d3 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -63,7 +63,7 @@
float: left;
height: $header-height;
width: 100%;
- padding-left: 16px;
+ padding-left: 22px;
overflow: hidden;
outline: none;
transition-duration: .3s;
@@ -78,7 +78,7 @@
}
.gitlab-text-container {
- width: 220px;
+ width: 230px;
h3 {
width: 158px;
@@ -146,12 +146,12 @@
a {
padding: 7px 15px;
- transition-duration: .3s;
font-size: $gl-font-size;
line-height: 24px;
color: $gray;
display: block;
text-decoration: none;
+ padding-left: 23px;
font-weight: normal;
outline: none;
@@ -253,11 +253,6 @@
width: auto;
a {
- @media (min-width: $screen-xs-min) {
- padding-left: 23px;
- transition-duration: .3s;
- }
-
span {
display: none;
}
@@ -317,7 +312,7 @@
}
.nav-sidebar li a {
- width: 220px;
+ width: $sidebar_width;
&.back-link {
i {