ui: add hover indicator for post elements (#89)
This commit is contained in:
parent
c2810fd5eb
commit
d71f5b6420
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ const accountHandle = $(useAccountHandle(account))
|
|||
:to="link ? getAccountPath(account) : undefined"
|
||||
flex="~ col" min-w-0 md:flex="~ row gap-2" md:items-center
|
||||
>
|
||||
<ContentRichSetup font-bold break-words :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||
<ContentRichSetup font-bold break-words hover:underline :content="getDisplayName(account)" :emojis="account.emojis" />
|
||||
<p op35 text-sm>
|
||||
{{ accountHandle }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue