forked from MapComplete/MapComplete
UI: proper sizing for "processing your image"
This commit is contained in:
parent
98da91c3d3
commit
b5f0114b9c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{:else if image.status !== undefined && image.status !== "ready" && image.status !== "hidden"}
|
{: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>
|
<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