Skip to content
Snippets Groups Projects
Commit f660d8d0 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

Fixes sidebar width.

parent bb81eff4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,7 +13,8 @@ $list-font-size: 15px;
$sidebar_collapsed_width: 62px;
$sidebar_width: 230px;
$gutter_collapsed_width: 62px;
$gutter_width: 250px;
$gutter_width: 312px;
$gutter_inner_width: 280px;
$avatar_radius: 50%;
$code_font_size: 13px;
$code_line_height: 1.5;
Loading
Loading
Loading
Loading
@@ -74,7 +74,7 @@
border-bottom: 1px solid $border-gray-light;
// This prevents the mess when resizing the sidebar
// of elements repositioning themselves..
width: 210px;
width: $gutter_inner_width;
overflow-x: hidden;
// --
 
Loading
Loading
@@ -96,7 +96,7 @@
}
 
.gutter-toggle {
margin-left: 10px;
margin-left: 20px;
border-left: 1px solid $border-gray-light;
padding-left: 10px;
}
Loading
Loading
@@ -175,6 +175,12 @@
}
}
 
.subscribe-button {
span {
margin-top: 0;
}
}
&.right-sidebar-collapsed {
width: $sidebar_collapsed_width;
padding-top: 0;
Loading
Loading
@@ -211,7 +217,7 @@
}
 
.gutter-toggle {
margin-left: -207px;
margin-left: -$gutter_inner_width + 4;
}
 
.sidebar-collapsed-icon {
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