forked from MapComplete/MapComplete
UI: add padding
This commit is contained in:
parent
68d96063ac
commit
5786ff68fc
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
||||||
</Popup>
|
</Popup>
|
||||||
|
|
||||||
{#if image.status !== undefined && image.status !== "ready" && image.status !== "hidden"}
|
{#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>
|
<Loading>
|
||||||
<Tr t={Translations.t.image.processing} />
|
<Tr t={Translations.t.image.processing} />
|
||||||
</Loading>
|
</Loading>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue