Fixed sidebar wonkyness
This commit is contained in:
parent
0567e00625
commit
eff37004f7
@ -170,17 +170,17 @@ ul {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-menu {
|
#sidebar-menu {
|
||||||
-webkit-transition: width 0.3s ease, margin 0.3s ease;
|
-webkit-transition: width 0.3s ease, margin 0.3s ease,opacity 0.3s ease;
|
||||||
-moz-transition: width 0.3s ease, margin 0.3s ease;
|
-moz-transition: width 0.3s ease, margin 0.3s ease,opacity 0.3s ease;
|
||||||
-o-transition: width 0.3s ease, margin 0.3s ease;
|
-o-transition: width 0.3s ease, margin 0.3s ease,opacity 0.3s ease;
|
||||||
transition: width 0.3s ease, margin 0.3s ease;
|
transition: width 0.3s ease, margin 0.3s ease,opacity 0.3s ease;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-any-0 {
|
.col-any-0 {
|
||||||
width:0 !important;
|
width:0 !important;
|
||||||
float: left;
|
float: left;
|
||||||
display: none;
|
opacity:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tgl-icon {
|
.tgl-icon {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user