Fix: Weird Toast animation when the new Toast lasts less than the previous]

This commit is contained in:
2024-05-20 12:24:21 +03:00
parent f533e8d937
commit 0105059771
-2
View File
@@ -72,11 +72,9 @@
@keyframes dismiss {
0% {
opacity: var(--opacity);
max-height: var(--height);
}
100% {
opacity: 0.0;
max-height: 0px;
}
}