From 6e7194824682bb5f99e15dab7ac65e9fac5a133c Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sun, 12 May 2024 00:30:08 +0900 Subject: [PATCH] feat(ui): bring hovered/focused avatar to top --- components/notification/NotificationGroupedLikes.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notification/NotificationGroupedLikes.vue b/components/notification/NotificationGroupedLikes.vue index 7ca381eb..fb4e5567 100644 --- a/components/notification/NotificationGroupedLikes.vue +++ b/components/notification/NotificationGroupedLikes.vue @@ -30,7 +30,7 @@ const likes = computed(() => group.likes.filter(i => i.favourite && !i.reblog))