From 4d3d05ae5c8972b0c7a801efbb68310e52a1d77d Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Sun, 27 Nov 2022 12:30:21 +0800 Subject: [PATCH] ui: move hover card --- components/account/AccountInlineInfo.vue | 18 ++++++++++-------- components/status/StatusAccountDetails.vue | 18 ++++++++---------- components/status/StatusCard.vue | 12 ++++++++---- 3 files changed, 26 insertions(+), 22 deletions(-) diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index d9bfa9fc..1cfecb5d 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -8,12 +8,14 @@ const { link = true } = defineProps<{ diff --git a/components/status/StatusAccountDetails.vue b/components/status/StatusAccountDetails.vue index 3763a20e..58dba05f 100644 --- a/components/status/StatusAccountDetails.vue +++ b/components/status/StatusAccountDetails.vue @@ -8,14 +8,12 @@ const { account, link = true } = defineProps<{ diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 1c4317c2..c6fabb94 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -48,13 +48,17 @@ const timeago = useTimeAgo(() => status.createdAt, timeAgoOptions)
- - - + + + + +
- + + +