5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-19 05:36:21 +00:00

fix: flecha del details apunta donde tiene que apuntar

This commit is contained in:
maki 2024-02-20 14:26:55 -03:00
parent 5ee9c49529
commit 9064325f7f

View file

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