UI: properly scale image on 404

This commit is contained in:
Pieter Vander Vennet 2025-06-13 01:38:07 +02:00
parent 093a0588be
commit 9a86c5683b
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Before After
Before After

View file

@ -10,7 +10,8 @@
<div class="flex h-full w-full flex-col items-center justify-center p-8">
<div class="flex flex-col items-center">
<World style="height: 200px" />
<World class="w-full h-auto"/>
<h1>
<Tr t={Translations.t.general["404"]} />
</h1>

File diff suppressed because one or more lines are too long