fix(image): fix image top gray bar
This commit is contained in:
parent
fc2bbdf104
commit
88a924be6c
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user