提交 614cd8d1 编写于 作者: J Jacob Schatz

Sidebar overflow on xs side.

上级 6e6a2518
......@@ -27,7 +27,13 @@
}
&.right-sidebar-expanded {
padding-right: $gutter_width;
@media (max-width: $screen-sm-max) {
padding-right: 0;
}
@media (min-width: $screen-sm-min) {
padding-right: $gutter_width;
}
}
}
......
......@@ -173,12 +173,6 @@
.gutter-toggle {
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册