style: update loading container layout for improved user experience

This commit is contained in:
iHeyTang 2025-09-28 22:13:05 +08:00
parent d6b06723a0
commit ad9b27e4e3
1 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ html, body {
}
.loading-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 2rem;
}