From 3a7bf8c57d79a52f5acd16de19d791db40df9f0d Mon Sep 17 00:00:00 2001 From: Neil Brommer Date: Mon, 29 Nov 2021 21:22:14 -0800 Subject: [PATCH] Clean up initial app loading page --- Start/Client/wwwroot/css/app.css | 8 ++++++++ Start/Client/wwwroot/index.html | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Start/Client/wwwroot/css/app.css b/Start/Client/wwwroot/css/app.css index a60add0..c6743cc 100644 --- a/Start/Client/wwwroot/css/app.css +++ b/Start/Client/wwwroot/css/app.css @@ -52,3 +52,11 @@ a, .btn-link { .container { padding: 0.4rem; } + +.appLoadingContainer { + height: 100vh; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} diff --git a/Start/Client/wwwroot/index.html b/Start/Client/wwwroot/index.html index df5d184..1b7d496 100644 --- a/Start/Client/wwwroot/index.html +++ b/Start/Client/wwwroot/index.html @@ -16,7 +16,12 @@ -
Loading...
+
+
+
+ Loading... +
+
An unhandled error has occurred.