UI: add padding

This commit is contained in:
Pieter Vander Vennet 2025-05-13 23:06:30 +02:00
parent 68d96063ac
commit 5786ff68fc

View file

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