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') }}
</NuxtLinkLocale>
</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-center gap-2">
<h1
@@ -90,7 +91,6 @@ const { copy, copied } = useClipboard({
class="my-4"
icon="i-ph-pencil-line-duotone"
/>
<PostAlert />
<ContentRenderer
:value="project"
class="!max-w-none prose dark:prose-invert"

View File

@@ -79,7 +79,7 @@ function scrollToSection(id: string) {
{{ t('back') }}
</NuxtLinkLocale>
</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">
<UIcon name="i-ph-heart-duotone" size="16" />
<p>{{ getDetails().likes }} </p>·