mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-09 11:05:54 +01:00
Ajout de la classe 'mb-8' au composant PostAlert pour améliorer l'espacement visuel.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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>·
|
||||||
|
|||||||
Reference in New Issue
Block a user