fix(image): fix image top gray bar

This commit is contained in:
Yandrik 2024-05-02 09:05:07 +02:00
parent fc2bbdf104
commit 88a924be6c

View File

@ -168,7 +168,7 @@
<ProgressRadial />
{:then url}
{#if url !== null}
<div class="mt-8 h-full w-full">
<div class="h-full w-full">
<img src={url} alt="Generiertes Bild" class="h-full w-full object-cover" />
</div>
{:else}