From 158ebf0341134b99007c1111aeb17414de748b13 Mon Sep 17 00:00:00 2001 From: ayo Date: Mon, 16 Mar 2026 17:12:20 +0100 Subject: [PATCH 1/3] style: hover cursor & background on status cards (#3570) --- app/components/notification/NotificationGroupedLikes.vue | 8 +++++++- app/components/status/StatusCard.vue | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/components/notification/NotificationGroupedLikes.vue b/app/components/notification/NotificationGroupedLikes.vue index a129232c06..e45e458292 100644 --- a/app/components/notification/NotificationGroupedLikes.vue +++ b/app/components/notification/NotificationGroupedLikes.vue @@ -18,7 +18,13 @@ const likesTimeAgo = useTimeAgo(() => likesTimeAgoCreatedAt.value ?? '', timeAgo