mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +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') }}
|
||||
</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"
|
||||
|
||||
@@ -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>·
|
||||
|
||||
Reference in New Issue
Block a user