[matrix] Flip collapsible arrow direction
This commit is contained in:
parent
77ad238aa9
commit
a534aeac5d
4
docs/_static/style.css
vendored
4
docs/_static/style.css
vendored
@ -387,12 +387,12 @@ aside h3 {
|
|||||||
position: relative;
|
position: relative;
|
||||||
line-height: 0.5em;
|
line-height: 0.5em;
|
||||||
transition: transform 0.4s;
|
transition: transform 0.4s;
|
||||||
transform: rotate(0deg);
|
transform: rotate(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.expanded {
|
.expanded {
|
||||||
transition: transform 0.4s;
|
transition: transform 0.4s;
|
||||||
transform: rotate(-90deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ref-internal-padding {
|
.ref-internal-padding {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user