feat: client side loading

This commit is contained in:
2025-01-20 23:37:03 +01:00
parent 463141981b
commit 19a1344d3d
7 changed files with 75 additions and 15 deletions

View File

@ -120,3 +120,11 @@ input[type=number] {
.list-decimal li::marker {
color: #8a898c;
}
main {
transition: opacity 0.3s;
}
main.loading {
opacity: 0;
}