UI: proper sizing for "processing your image"

This commit is contained in:
Pieter Vander Vennet 2025-06-08 04:24:31 +02:00
parent 98da91c3d3
commit b5f0114b9c

View file

@ -158,7 +158,7 @@
{/if}
</div>
{:else if image.status !== undefined && image.status !== "ready" && image.status !== "hidden"}
<div class="flex h-full flex-col justify-center p-4">
<div class="flex h-80 w-60 flex-col justify-center p-4">
<Loading>
<Tr t={Translations.t.image.processing} />
</Loading>