提交 2b2b7064 编写于 作者: A Abdullah Almsaeed

Added transition support to sidebar mini

上级 776aa33c
......@@ -14,7 +14,9 @@
min-height: 100%;
width: @sidebar-width;
z-index: 810;
.transition-transform(@transition-speed @transition-fn);
@transition-rule: @transition-speed @transition-fn,
width @transition-speed @transition-fn;
.transition-transform(@transition-rule);
@media (max-width: @screen-xs-max) {
.translate(-@sidebar-width, 0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册