mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-30 17:42:46 -03:00
fix: se cortaba el boton con el footer
This commit is contained in:
@@ -114,8 +114,7 @@
|
|||||||
|
|
||||||
await updatePost(
|
await updatePost(
|
||||||
postAModificar,
|
postAModificar,
|
||||||
(postNuevo: Post) =>
|
(postNuevo: Post) => updatePostStore(postAModificar!.id, postNuevo),
|
||||||
updatePostStore(postAModificar!.id, postNuevo),
|
|
||||||
mensajeError
|
mensajeError
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -165,7 +164,7 @@
|
|||||||
{#if cargando && !finished}
|
{#if cargando && !finished}
|
||||||
<CardCargando />
|
<CardCargando />
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if finished && $posts.length === 0}
|
{#if finished && $posts.length === 0}
|
||||||
<p class="text-center text-muted-foreground">No hay posts para mostrar</p>
|
<p class="text-center text-muted-foreground">No hay posts para mostrar</p>
|
||||||
{/if}
|
{/if}
|
||||||
@@ -195,7 +194,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $sesionStore?.isAdmin || $sesionStore?.username == params.perfil}
|
{#if $sesionStore?.isAdmin || $sesionStore?.username == params.perfil}
|
||||||
<div class="fixed right-8 bottom-8 flex flex-col gap-2">
|
<div class="fixed right-8 bottom-12 flex flex-col gap-2">
|
||||||
<DialogModificarUsuario bind:data>
|
<DialogModificarUsuario bind:data>
|
||||||
<Button variant="default" size="icon-lg">
|
<Button variant="default" size="icon-lg">
|
||||||
<UserPen />
|
<UserPen />
|
||||||
@@ -217,4 +216,4 @@
|
|||||||
<meta property="og:image" content={data.imageUrl} />
|
<meta property="og:image" content={data.imageUrl} />
|
||||||
<meta property="og:url" content="https://minix-front.vercel.app/" />
|
<meta property="og:url" content="https://minix-front.vercel.app/" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|||||||
Reference in New Issue
Block a user