Rename language dropdown open animation, update screenshot
This commit is contained in:
@ -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;
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 168 KiB After Width: | Height: | Size: 167 KiB |
Reference in New Issue
Block a user