ui: add hover indicator for post elements (#89)

This commit is contained in:
Shinigami 2022-11-25 14:21:42 +01:00 committed by GitHub
parent c2810fd5eb
commit d71f5b6420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ const accountHandle = $(useAccountHandle(account, fullServer))
</NuxtLink>
</div>
<NuxtLink flex flex-col :to="link ? getAccountPath(account) : null">
<ContentRichSetup font-bold :content="getDisplayName(account)" :emojis="account.emojis" />
<ContentRichSetup font-bold hover:underline :content="getDisplayName(account)" :emojis="account.emojis" />
<p op35 text-sm>
{{ accountHandle }}
</p>