Rename language dropdown open animation, update screenshot

This commit is contained in:
daudix
2024-06-20 04:06:01 +03:00
parent 06abedb4b0
commit 0a9b65d056
2 changed files with 2 additions and 2 deletions

View File

@ -184,9 +184,9 @@
}
&[open] ul {
animation: open var(--transition);
animation: dropdown-open var(--transition);
@keyframes open {
@keyframes dropdown-open {
from {
transform: translate(-50%, 0);
opacity: 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 167 KiB