app: better loading (#23489)

This commit is contained in:
Brendan Allan
2026-04-20 13:17:37 +08:00
committed by GitHub
parent 4b57854407
commit 303da3ff6e
9 changed files with 142 additions and 107 deletions
+9
View File
@@ -73,4 +73,13 @@
width: auto;
}
}
@keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
}