mirror of https://github.com/ColorlibHQ/AdminLTE
Added transition support to sidebar mini
parent
776aa33cb8
commit
2b2b706438
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue