remove [+] outer rotation

This commit is contained in:
Til Schmitter 2026-05-09 15:25:22 +02:00
parent 754bc36cd6
commit 2b558713fd

View file

@ -1339,7 +1339,7 @@ html:not(.e):not(.d) #up_quick .btn {
transform: rotate(0deg);
}
html:not(.e):not(.d) #up_quick .btn.on {
transform: rotate(-90deg);
/* transform: rotate(-90deg); */
box-shadow: -.05em .02em .3em color-mix(in oklab, var(--a) 20%, transparent);
}
#up_quick .btn .rotatable {