From 8ce11dad25d3d62901877fdd877b186c7bb4b668 Mon Sep 17 00:00:00 2001 From: whats2000 Date: Thu, 22 Aug 2024 14:47:29 +0800 Subject: [PATCH] Add: Update style of loading and 404 --- App.razor | 4 +++- wwwroot/css/app.css | 4 ++-- wwwroot/index.html | 8 ++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/App.razor b/App.razor index 08953d5..8cedff4 100644 --- a/App.razor +++ b/App.razor @@ -4,7 +4,9 @@ -

Sorry, there's nothing at this address.

+
diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css index cf5870e..e67a111 100644 --- a/wwwroot/css/app.css +++ b/wwwroot/css/app.css @@ -62,8 +62,8 @@ a, .btn-link { } #start-up-loading-circle { - border: 8px solid #f3f3f3; - border-top: 8px solid #3498db; + border: 4px solid #f3f3f3; + border-top: 6px solid #3498db; border-radius: 50%; width: 60px; height: 60px; diff --git a/wwwroot/index.html b/wwwroot/index.html index 726ea4d..625340d 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -36,10 +36,10 @@
-
-
-

Loading...

-
+
+
+

Loading, first entry will take a while...

+