mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 🐛 Temporarily disable hover cards
This commit is contained in:
parent
ebe04b533f
commit
8ee6aa83b3
3 changed files with 8 additions and 8 deletions
|
|
@ -22,13 +22,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div v-else class="flex flex-row">
|
||||
<NuxtLink :href="accountUrl" class="shrink-0">
|
||||
<UserCard :account="note?.account">
|
||||
<UserCard :account="note?.account">
|
||||
<NuxtLink :href="accountUrl" class="shrink-0">
|
||||
<Avatar :src="note?.account.avatar" :alt="`${note?.account.acct}'s avatar`"
|
||||
class="h-12 w-12 rounded ring-1 ring-white/5" />
|
||||
<span class="sr-only">Account profile</span>
|
||||
</UserCard>
|
||||
</NuxtLink>
|
||||
</NuxtLink>
|
||||
</UserCard>
|
||||
<div class="flex flex-col items-start justify-around ml-4 grow overflow-hidden">
|
||||
<div class="flex flex-row items-center justify-between w-full">
|
||||
<NuxtLink :href="accountUrl" class="font-semibold text-gray-200 line-clamp-1 break-all">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue