From 965b96c630c270ce5f2a4a08d17fe10fdaabfdc2 Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 13 Dec 2022 15:56:00 +0100 Subject: [PATCH] fix: status card styles (#415) --- components/common/CommonMetaWrapper.vue | 2 +- components/conversation/ConversationCard.vue | 17 ++++--- components/notification/NotificationCard.vue | 45 +++++++++++-------- .../notification/NotificationGroupedLikes.vue | 21 +++++---- components/status/StatusCard.vue | 20 +++++---- components/status/StatusReplyingTo.vue | 2 +- 6 files changed, 63 insertions(+), 44 deletions(-) diff --git a/components/common/CommonMetaWrapper.vue b/components/common/CommonMetaWrapper.vue index d7c8927b..378b50e3 100644 --- a/components/common/CommonMetaWrapper.vue +++ b/components/common/CommonMetaWrapper.vue @@ -1,5 +1,5 @@ diff --git a/components/conversation/ConversationCard.vue b/components/conversation/ConversationCard.vue index 15f9b4d4..ab94eb9b 100644 --- a/components/conversation/ConversationCard.vue +++ b/components/conversation/ConversationCard.vue @@ -12,12 +12,15 @@ const withAccounts = $computed(() => diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index 8397bb26..1d7a0578 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -42,28 +42,37 @@ const { notification } = defineProps<{