Commit 7bc59473 authored by Annabel Dunstone's avatar Annabel Dunstone

Undo changes; reduce sidebar internal width

parent a5106490
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
float: left; float: left;
height: $header-height; height: $header-height;
width: 100%; width: 100%;
padding-left: 16px; padding-left: 22px;
overflow: hidden; overflow: hidden;
outline: none; outline: none;
transition-duration: .3s; transition-duration: .3s;
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
} }
.gitlab-text-container { .gitlab-text-container {
width: 220px; width: 230px;
h3 { h3 {
width: 158px; width: 158px;
...@@ -146,12 +146,12 @@ ...@@ -146,12 +146,12 @@
a { a {
padding: 7px 15px; padding: 7px 15px;
transition-duration: .3s;
font-size: $gl-font-size; font-size: $gl-font-size;
line-height: 24px; line-height: 24px;
color: $gray; color: $gray;
display: block; display: block;
text-decoration: none; text-decoration: none;
padding-left: 23px;
font-weight: normal; font-weight: normal;
outline: none; outline: none;
...@@ -253,11 +253,6 @@ ...@@ -253,11 +253,6 @@
width: auto; width: auto;
a { a {
@media (min-width: $screen-xs-min) {
padding-left: 23px;
transition-duration: .3s;
}
span { span {
display: none; display: none;
} }
...@@ -317,7 +312,7 @@ ...@@ -317,7 +312,7 @@
} }
.nav-sidebar li a { .nav-sidebar li a {
width: 220px; width: $sidebar_width;
&.back-link { &.back-link {
i { i {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment