app: better loading (#23489)

This commit is contained in:
Brendan Allan
2026-04-20 13:17:37 +08:00
committed by GitHub
parent 84e322b0fd
commit 687b758882
9 changed files with 142 additions and 107 deletions

View File

@@ -73,4 +73,13 @@
width: auto;
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
}