5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 06:24:17 +00:00

fix: la flecha del details tenía que apuntar para la izq ups

This commit is contained in:
maki 2024-02-20 14:58:59 -03:00
parent 195fdb5672
commit 3d543a22fd

View file

@ -572,7 +572,7 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
position: absolute;
left: 97%;
bottom: 3%;
transform: rotate(0deg);
transform: rotate(180deg);
}
&[open] {
& > summary {