Another window?

This commit is contained in:
2025-09-02 08:01:53 +07:00
parent 5f5a07cf41
commit 992ff40fb6
6 changed files with 115 additions and 41 deletions

View File

@@ -30,6 +30,18 @@
}
}
@keyframes window-popdown {
0% {
transform: scale(1, 1);
}
60% {
transform: scale(1, 0.03);
}
100% {
transform: scale(0, 0.03);
}
}
h2 {
@apply text-2xl font-bold
}