Commit 614cd8d1 authored by Jacob Schatz's avatar Jacob Schatz

Sidebar overflow on xs side.

parent 6e6a2518
...@@ -27,8 +27,14 @@ ...@@ -27,8 +27,14 @@
} }
&.right-sidebar-expanded { &.right-sidebar-expanded {
@media (max-width: $screen-sm-max) {
padding-right: 0;
}
@media (min-width: $screen-sm-min) {
padding-right: $gutter_width; padding-right: $gutter_width;
} }
}
} }
.sidebar-wrapper { .sidebar-wrapper {
......
...@@ -173,12 +173,6 @@ ...@@ -173,12 +173,6 @@
.gutter-toggle { .gutter-toggle {
border-left: 1px solid $border-gray-light; border-left: 1px solid $border-gray-light;
@media (max-width: $screen-sm-max) {
display: none;
}
@media (min-width: $screen-sm-min) {
display: block
}
} }
} }
......
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