mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🎨 Change note link placement to only be on content
This commit is contained in:
parent
126b2b9cf1
commit
a2b708a17c
|
|
@ -36,11 +36,11 @@
|
||||||
</Skeleton>
|
</Skeleton>
|
||||||
<div v-else-if="content" class="prose prose-invert prose-a:no-underline" v-html="content">
|
<div v-else-if="content" class="prose prose-invert prose-a:no-underline" v-html="content">
|
||||||
</div>
|
</div>
|
||||||
<div v-if="attachments.length > 0" class="[&:not(:first-child)]:mt-6">
|
|
||||||
<SocialElementsNotesAttachment v-for="attachment of attachments" :key="attachment.id"
|
|
||||||
:attachment="attachment" />
|
|
||||||
</div>
|
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
|
<div v-if="attachments.length > 0" class="[&:not(:first-child)]:mt-6">
|
||||||
|
<SocialElementsNotesAttachment v-for="attachment of attachments" :key="attachment.id"
|
||||||
|
:attachment="attachment" />
|
||||||
|
</div>
|
||||||
<Skeleton class="!h-10 w-full mt-6" :enabled="true" v-if="isLoading"></Skeleton>
|
<Skeleton class="!h-10 w-full mt-6" :enabled="true" v-if="isLoading"></Skeleton>
|
||||||
<div v-else
|
<div v-else
|
||||||
class="mt-6 flex flex-row items-stretch justify-between text-sm h-10 hover:[&>button]:bg-dark-800 [&>button]:duration-200 [&>button]:rounded [&>button]:flex [&>button]:flex-1 [&>button]:flex-row [&>button]:items-center [&>button]:justify-center">
|
class="mt-6 flex flex-row items-stretch justify-between text-sm h-10 hover:[&>button]:bg-dark-800 [&>button]:duration-200 [&>button]:rounded [&>button]:flex [&>button]:flex-1 [&>button]:flex-row [&>button]:items-center [&>button]:justify-center">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue