Ajout de la classe 'mb-8' au composant PostAlert pour améliorer l'espacement visuel.

This commit is contained in:
2025-07-29 15:18:05 +00:00
parent ab5b3e48a6
commit 94eac2bf0e
2 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,8 @@ const { copy, copied } = useClipboard({
{{ t('back') }} {{ t('back') }}
</NuxtLinkLocale> </NuxtLinkLocale>
</div> </div>
<div class="mt-2"> <PostAlert class="mb-8" />
<div>
<div class="flex items-end justify-between gap-2 flex-wrap"> <div class="flex items-end justify-between gap-2 flex-wrap">
<div class="flex items-center gap-2"> <div class="flex items-center gap-2">
<h1 <h1
@@ -90,7 +91,6 @@ const { copy, copied } = useClipboard({
class="my-4" class="my-4"
icon="i-ph-pencil-line-duotone" icon="i-ph-pencil-line-duotone"
/> />
<PostAlert />
<ContentRenderer <ContentRenderer
:value="project" :value="project"
class="!max-w-none prose dark:prose-invert" class="!max-w-none prose dark:prose-invert"

View File

@@ -79,7 +79,7 @@ function scrollToSection(id: string) {
{{ t('back') }} {{ t('back') }}
</NuxtLinkLocale> </NuxtLinkLocale>
</div> </div>
<PostAlert /> <PostAlert class="mb-8" />
<div class="border-l-2 pl-2 rounded-none border-gray-300 dark:border-neutral-700 flex gap-1 items-center"> <div class="border-l-2 pl-2 rounded-none border-gray-300 dark:border-neutral-700 flex gap-1 items-center">
<UIcon name="i-ph-heart-duotone" size="16" /> <UIcon name="i-ph-heart-duotone" size="16" />
<p>{{ getDetails().likes }} </p>· <p>{{ getDetails().likes }} </p>·