mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix: hover on avatar at StatusDetails
This commit is contained in:
parent
01b16e2a7a
commit
03785846eb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta
|
|||
|
||||
<template>
|
||||
<div flex flex-col gap-2 py3 px-4 :id="`status-${status.id}`">
|
||||
<AccountInfo :account="status.account" />
|
||||
<AccountInfo :account="status.account" :hover="true" />
|
||||
<StatusReplyingTo v-if="status.inReplyToAccountId" :status="status" />
|
||||
<StatusSpoiler :enabled="status.sensitive">
|
||||
<template #spoiler>
|
||||
|
|
Loading…
Reference in a new issue