Skip to content
Snippets Groups Projects
Commit 7a83f2c3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch '17338-sidebar-width' into 'master'

Reduce width of side nav

Closes #17338    
Part of #14838    
Left: old; Right: new    
<img src="/uploads/7dba5f22d6bdf1249bab5166addb25b5/Screen_Shot_2016-05-10_at_4.34.07_PM.png" width="500px">

See merge request !4109
parents 8ece393a 7bc59473
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -312,7 +312,7 @@
}
 
.nav-sidebar li a {
width: 230px;
width: $sidebar_width;
 
&.back-link {
i {
Loading
Loading
Loading
Loading
@@ -2,7 +2,7 @@
* Layout
*/
$sidebar_collapsed_width: 62px;
$sidebar_width: 230px;
$sidebar_width: 220px;
$gutter_collapsed_width: 62px;
$gutter_width: 290px;
$gutter_inner_width: 258px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment