fix: use translate normal instead of translate 0 0 in window anim to fix dragging
All checks were successful
create archive with lfs / tag (push) Successful in 5s

This commit is contained in:
dusk 2025-02-21 14:23:16 +03:00
parent b284d716c8
commit 7b81f9590d
Signed by: dusk
SSH Key Fingerprint: SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw

View File

@ -332,7 +332,7 @@ a.app-selected-route {
opacity: 0.5;
}
100% {
translate: 0 0;
translate: normal;
opacity: 1.0;
}
}
@ -349,7 +349,7 @@ a.app-selected-route {
opacity: 0.5;
}
100% {
translate: 0 0;
translate: normal;
opacity: 1.0;
}
}
@ -366,7 +366,7 @@ a.app-selected-route {
opacity: 0.5;
}
100% {
translate: 0 0;
translate: normal;
opacity: 1.0;
}
}
@ -383,7 +383,7 @@ a.app-selected-route {
opacity: 0.5;
}
100% {
translate: 0 0;
translate: normal;
opacity: 1.0;
}
}