mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 23:26:23 +00:00
fix: la flecha del details tenía que apuntar para la izq ups
This commit is contained in:
parent
195fdb5672
commit
3d543a22fd
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 97%;
|
left: 97%;
|
||||||
bottom: 3%;
|
bottom: 3%;
|
||||||
transform: rotate(0deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
&[open] {
|
&[open] {
|
||||||
& > summary {
|
& > summary {
|
||||||
|
|
Loading…
Reference in a new issue