mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 07:26:22 +00:00
fix: flecha del details apunta donde tiene que apuntar
This commit is contained in:
parent
5ee9c49529
commit
9064325f7f
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(60deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
&[open] {
|
&[open] {
|
||||||
& > summary {
|
& > summary {
|
||||||
|
|
Loading…
Reference in a new issue