Make dropdown opening animation same as on desktop

This commit is contained in:
daudix
2024-09-15 22:33:27 +03:00
parent 5e0cd9f6ef
commit 727d85080e

View File

@ -189,6 +189,15 @@
opacity: 0; opacity: 0;
} }
} }
@media only screen and (max-width: 480px) {
@keyframes dropdown-open {
from {
transform: translate(-50%, -0.5rem);
opacity: 0;
}
}
}
} }
ul { ul {