improved splash screen action

This commit is contained in:
2026-03-17 22:09:50 +08:00
parent 3cc4f5366d
commit 2a485f9a0b
4 changed files with 30 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

View File

@@ -1,9 +0,0 @@
<div id="splash" class="w-screen h-screen object-contain bg-base-100"></div>
<style>
#splash {
background-image: url("../../assets/media/splash-dev.jpeg");
background-size: cover;
background-position: center;
}
</style>