mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 20:35:17 +00:00
animate in from top instead of bottom
This commit is contained in:
parent
b68600d978
commit
153ebbca63
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
@keyframes menu-animate-in {
|
@keyframes menu-animate-in {
|
||||||
0% {
|
0% {
|
||||||
transform: translateY(var(--header-height));
|
transform: translateY(calc(var(--header-height) * -1));
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
|
|
Loading…
Add table
Reference in a new issue