From 1872522203d1cb4f4e72f5a2036267717409c97e Mon Sep 17 00:00:00 2001 From: cxroop Date: Sat, 29 Jun 2024 11:55:32 +0800 Subject: [PATCH] fix(ui): notification like avatar not shrink --- .../NotificationGroupedLikeItem.vue | 30 ++++++++++++++ .../notification/NotificationGroupedLikes.vue | 40 ++++++++----------- 2 files changed, 46 insertions(+), 24 deletions(-) create mode 100644 components/notification/NotificationGroupedLikeItem.vue diff --git a/components/notification/NotificationGroupedLikeItem.vue b/components/notification/NotificationGroupedLikeItem.vue new file mode 100644 index 0000000000..2750c22072 --- /dev/null +++ b/components/notification/NotificationGroupedLikeItem.vue @@ -0,0 +1,30 @@ + + + diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index 045794ef86..1a4f5d2df0 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -14,32 +14,24 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog))
-
-
-