From b8ce2fc62bcd379ff6fd914dda22f866c9ccb5cf Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 25 Nov 2022 21:58:49 +0800 Subject: [PATCH] ui: improve hover card motion --- components/account/AccountAvatar.vue | 12 ++++++++++-- components/account/AccountHoverCard.vue | 6 ------ components/account/AccountInlineInfo.vue | 2 +- components/status/StatusCard.vue | 2 +- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/components/account/AccountAvatar.vue b/components/account/AccountAvatar.vue index e6829f9e..45abefe7 100644 --- a/components/account/AccountAvatar.vue +++ b/components/account/AccountAvatar.vue @@ -14,10 +14,18 @@ defineOptions({ diff --git a/components/account/AccountHoverCard.vue b/components/account/AccountHoverCard.vue index aefcd703..c2738eee 100644 --- a/components/account/AccountHoverCard.vue +++ b/components/account/AccountHoverCard.vue @@ -25,9 +25,3 @@ defineProps<{ - - diff --git a/components/account/AccountInlineInfo.vue b/components/account/AccountInlineInfo.vue index bcaa59ba..f4957b11 100644 --- a/components/account/AccountInlineInfo.vue +++ b/components/account/AccountInlineInfo.vue @@ -9,7 +9,7 @@ const { link = true } = defineProps<{ diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 7426a6e8..686dbe7e 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -77,7 +77,7 @@ const timeago = useTimeAgo(() => status.createdAt, {
- +