Added transition support to sidebar mini

pull/325/merge
Abdullah Almsaeed 2015-03-22 17:31:15 -04:00
parent 776aa33cb8
commit 2b2b706438
1 changed files with 3 additions and 1 deletions

View File

@ -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);
}