Add sidebar animation when collapsing
This commit is contained in:
7
docs/_static/style.css
vendored
7
docs/_static/style.css
vendored
@ -361,6 +361,13 @@ aside h3 {
|
||||
user-select: none;
|
||||
position: relative;
|
||||
line-height: 0.5em;
|
||||
transition: transform 0.4s;
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.expanded {
|
||||
transition: transform 0.4s;
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.ref-internal-padding {
|
||||
|
Reference in New Issue
Block a user