From 35fea49bd0e94d17b6b6f84764c48c0eee19d190 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 15 Aug 2025 09:27:11 +0300 Subject: [PATCH] reduce bookmark action button width --- src/components/notification/notification.scss | 8 +++----- src/components/notification/notification.vue | 1 + src/components/status_action_buttons/action_button.scss | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index 9c94d4090..934d3e58d 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -1,9 +1,4 @@ // TODO Copypaste from Status, should unify it somehow -.NotificationParent { - &.-expandable { - cursor: pointer; - } -} .Notification { border-bottom: 1px solid; @@ -11,6 +6,9 @@ overflow-wrap: break-word; text-wrap: pretty; + .status-content { + cursor: pointer; + } &.Status { /* stylelint-disable-next-line declaration-no-important */ diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index d638420c7..b4398b448 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -252,6 +252,7 @@ />