From 1f5b0cf5ef984375ec0f955602b6a708a1c1a915 Mon Sep 17 00:00:00 2001 From: patak Date: Wed, 14 Dec 2022 00:06:53 +0100 Subject: [PATCH] feat: reduce amount of big cards for follow notifications --- .../NotificationGroupedFollow.vue | 36 ++++++++++++------- .../notification/NotificationPaginator.vue | 22 ++++++++---- 2 files changed, 40 insertions(+), 18 deletions(-) diff --git a/components/notification/NotificationGroupedFollow.vue b/components/notification/NotificationGroupedFollow.vue index 8f217b4a..3dd63c6b 100644 --- a/components/notification/NotificationGroupedFollow.vue +++ b/components/notification/NotificationGroupedFollow.vue @@ -16,21 +16,33 @@ const isExpanded = ref(false)