Tweak loading screen layout

This commit is contained in:
Pieter Vander Vennet 2024-03-21 22:39:36 +01:00
parent aaad4ac72c
commit ee7b584907
4 changed files with 20 additions and 11 deletions

View file

@ -68,19 +68,22 @@
</p>
</div>
<div class="flex justify-between items-end w-full">
<!-- IMAGE-START -->
<img aria-hidden="true" class="p-4 h-32 w-32 self-start" src="./assets/svg/add.svg">
<!-- IMAGE-END -->
<div class="h-min subtle flex flex-col items-end">
Version
</div>
</div>
</div>
</div>
</div>
<div class="flex justify-between items-end w-full absolute bottom-0 p-4 h-fit delete-on-load">
<!-- IMAGE-START -->
<img aria-hidden="true" class="p-4 h-32 w-32 self-start" src="./assets/svg/add.svg">
<!-- IMAGE-END -->
<div class="h-min subtle flex flex-col items-end">
Version
</div>
</div>
<div aria-hidden="true" id="belowmap" class="absolute top-0 left-0 -z-10">Below</div>
<script src="./src/UI/RemoveOtherLanguages.ts" type="module"></script>
<script async src="./src/InstallServiceWorker.ts" type="module"></script>