mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-18 15:57:31 -03:00
terminado el tema de las imagenes
This commit is contained in:
@@ -128,10 +128,15 @@
|
|||||||
</CardHeader>
|
</CardHeader>
|
||||||
<Content class="mx-5 -mt-4 rounded-full bg-accent p-6">
|
<Content class="mx-5 -mt-4 rounded-full bg-accent p-6">
|
||||||
<p class=" text-sm">{post.content}</p>
|
<p class=" text-sm">{post.content}</p>
|
||||||
{#if post.imageUrl}
|
|
||||||
<img src={post.imageUrl} alt="Post" class="mt-2 rounded-md" />
|
|
||||||
{/if}
|
|
||||||
</Content>
|
</Content>
|
||||||
|
|
||||||
|
{#if post.imageUrl}
|
||||||
|
<div class="flex justify-center">
|
||||||
|
<Content class="mx-5 w-fit rounded-4xl bg-accent p-6">
|
||||||
|
<img src={post.imageUrl} alt="Post" class="mt-2 rounded-md" />
|
||||||
|
</Content>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<div class="-mt-2 flex items-center justify-between gap-2 text-xs text-muted-foreground">
|
<div class="-mt-2 flex items-center justify-between gap-2 text-xs text-muted-foreground">
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user