Fix: fix #1817, some more improvements to the loading screen

This commit is contained in:
Pieter Vander Vennet 2024-03-11 01:17:33 +01:00
parent e36e594b89
commit 6394ee8e68
2 changed files with 545 additions and 523 deletions

File diff suppressed because it is too large Load diff

View file

@ -59,12 +59,12 @@
</p> </p>
</div> </div>
<div class="flex justify-between items-start w-full"> <div class="flex justify-between items-end w-full">
<!-- IMAGE-START --> <!-- IMAGE-START -->
<img aria-hidden="true" class="p-8 h-32 w-32 self-start" src="./assets/svg/add.svg"> <img aria-hidden="true" class="p-4 h-32 w-32 self-start" src="./assets/svg/add.svg">
<!-- IMAGE-END --> <!-- IMAGE-END -->
<div class="h-min subtle"> <div class="h-min subtle flex flex-col items-end">
Version Version
</div> </div>