From ad9b27e4e3e61ed610904a0fa1e71bd3bedb777d Mon Sep 17 00:00:00 2001 From: iHeyTang Date: Sun, 28 Sep 2025 22:13:05 +0800 Subject: [PATCH] style: update loading container layout for improved user experience --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 07fd8cb..c9577bc 100644 --- a/src/app.css +++ b/src/app.css @@ -40,6 +40,10 @@ html, body { } .loading-container { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; text-align: center; padding: 2rem; }