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

@ -83,7 +83,7 @@ const timeago = useTimeAgo(() => status.createdAt, {
<StatusAccountDetails :account="status.account" />
<div flex-auto />
<CommonTooltip :content="createdAt">
<div text-sm op50 :title="status.createdAt">
<div text-sm op50 hover:underline :title="status.createdAt">
{{ timeago }}
</div>
</CommonTooltip>