forked from MapComplete/MapComplete
Fix: fix #1817, some more improvements to the loading screen
This commit is contained in:
parent
e36e594b89
commit
6394ee8e68
2 changed files with 545 additions and 523 deletions
File diff suppressed because it is too large
Load diff
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue