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

This commit is contained in:
Donatas Kirda 2024-05-20 12:24:21 +03:00
parent f533e8d937
commit 0105059771
Signed by: bloodwiing
GPG Key ID: 63020D8D3F4A164F

View File

@ -72,11 +72,9 @@
@keyframes dismiss { @keyframes dismiss {
0% { 0% {
opacity: var(--opacity); opacity: var(--opacity);
max-height: var(--height);
} }
100% { 100% {
opacity: 0.0; opacity: 0.0;
max-height: 0px;
} }
} }