Clean up initial app loading page

This commit is contained in:
Neil Brommer 2021-11-29 21:22:14 -08:00
parent b00158daa7
commit 3a7bf8c57d
2 changed files with 14 additions and 1 deletions

View file

@ -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;
}

View file

@ -16,7 +16,12 @@
</head>
<body>
<div id="app">Loading...</div>
<div id="app">
<div class="text-center appLoadingContainer">
<div class="loading loading-lg"></div>
Loading...
</div>
</div>
<div id="blazor-error-ui">
An unhandled error has occurred.