fix: further improve loader

This commit is contained in:
ThaUnknown 2023-12-05 01:20:53 +01:00
parent ee1afbe910
commit e3d373c38f

View file

@ -13,7 +13,7 @@
<body class="dark-mode with-custom-webkit-scrollbars with-custom-css-scrollbars" data-sveltekit-preload-data="hover" style="margin: 0">
%sveltekit.body%
<div class='h-full con font-weight-bold overflow-hidden position-absolute'>
<div class='h-full text' style="align-items: center; display: flex; justify-content: center; height: 100vh; width: 100vw; font-size: 5rem; color: white; font-weight: 700; font-family: Verdana, sans-serif; background: #101113;">
<div class='h-full text' style="align-items: center; display: flex; justify-content: center; height: 100vh; width: 100vw; font-size: 80px; color: white; font-weight: 700; font-family: Verdana, sans-serif; background: #101113;">
Loading...
</div>
</div>