mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
Fixed sidebar wonkyness
This commit is contained in:
parent
0567e00625
commit
eff37004f7
@ -170,17 +170,17 @@ ul {
|
||||
}
|
||||
|
||||
#sidebar-menu {
|
||||
-webkit-transition: width 0.3s ease, margin 0.3s ease;
|
||||
-moz-transition: width 0.3s ease, margin 0.3s ease;
|
||||
-o-transition: width 0.3s ease, margin 0.3s ease;
|
||||
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,opacity 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,opacity 0.3s ease;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.col-any-0 {
|
||||
width:0 !important;
|
||||
float: left;
|
||||
display: none;
|
||||
opacity:0;
|
||||
}
|
||||
|
||||
.tgl-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user