From a2c21e27428d44eac899c2497f599f9abfcb5cef Mon Sep 17 00:00:00 2001 From: tusooa Date: Fri, 18 Aug 2023 21:29:01 -0400 Subject: [PATCH] Make clickable area the whole row --- .../extra_notifications/extra_notifications.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/extra_notifications/extra_notifications.vue b/src/components/extra_notifications/extra_notifications.vue index 4f32c04f..308c79d1 100644 --- a/src/components/extra_notifications/extra_notifications.vue +++ b/src/components/extra_notifications/extra_notifications.vue @@ -4,7 +4,7 @@
{{ $tc('notifications.unread_chats', unreadChatCount, { num: unreadChatCount }) }} @@ -14,7 +14,7 @@
{{ $tc('notifications.unread_announcements', unreadAnnouncementCount, { num: unreadAnnouncementCount }) }} @@ -24,7 +24,7 @@
{{ $tc('notifications.unread_follow_requests', followRequestCount, { num: followRequestCount }) }} @@ -33,7 +33,7 @@