mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-18 15:57:31 -03:00
fix: se cortaba el boton con el footer
This commit is contained in:
@@ -114,8 +114,7 @@
|
||||
|
||||
await updatePost(
|
||||
postAModificar,
|
||||
(postNuevo: Post) =>
|
||||
updatePostStore(postAModificar!.id, postNuevo),
|
||||
(postNuevo: Post) => updatePostStore(postAModificar!.id, postNuevo),
|
||||
mensajeError
|
||||
);
|
||||
|
||||
@@ -195,7 +194,7 @@
|
||||
</div>
|
||||
|
||||
{#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>
|
||||
<Button variant="default" size="icon-lg">
|
||||
<UserPen />
|
||||
|
||||
Reference in New Issue
Block a user