Biome format

This commit is contained in:
Kizuren 2025-12-09 01:51:46 +01:00
parent 47969209eb
commit 8729e57def
85 changed files with 2467 additions and 1983 deletions

View file

@ -17,7 +17,9 @@
cursor: pointer;
opacity: 0;
transform: translateY(-20px);
transition: opacity 0.3s, transform 0.3s;
transition:
opacity 0.3s,
transform 0.3s;
}
.toast.error {
@ -52,6 +54,10 @@
}
@keyframes fadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
from {
opacity: 1;
}
to {
opacity: 0;
}
}