mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-19 03:36:20 +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;
|
||||
left: 97%;
|
||||
bottom: 3%;
|
||||
transform: rotate(60deg);
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
&[open] {
|
||||
& > summary {
|
||||
|
|
Loading…
Reference in a new issue