mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
[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;
|
||||
line-height: 0.5em;
|
||||
transition: transform 0.4s;
|
||||
transform: rotate(0deg);
|
||||
transform: rotate(-90deg);
|
||||
}
|
||||
|
||||
.expanded {
|
||||
transition: transform 0.4s;
|
||||
transform: rotate(-90deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.ref-internal-padding {
|
||||
|
Loading…
x
Reference in New Issue
Block a user