From bfd1809a34eeba9cadb3533f98735cad8cb1ec4e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 15 Aug 2025 09:10:26 +0300 Subject: [PATCH 1/4] move expand click handler to StatusContent --- src/components/notification/notification.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index c9b557970..d638420c7 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -13,7 +13,6 @@ class="NotificationParent" :class="{ '-expandable': expandable }" :aria-controls="'notif-' +notification.id" - @click="toggleStatusExpanded()" v-else >
From 1c0aa025a31140ed063d32b203c507befc3f12ec Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 15 Aug 2025 09:13:53 +0300 Subject: [PATCH 2/4] fix shadows on profile and add spacing between user handle and nickname --- src/components/user_card/user_card.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/components/user_card/user_card.scss b/src/components/user_card/user_card.scss index 3ff6b5666..60ed97c9a 100644 --- a/src/components/user_card/user_card.scss +++ b/src/components/user_card/user_card.scss @@ -205,9 +205,6 @@ line-height: 2em; padding: 0.6em; margin: -0.6em; - filter: drop-shadow(0 0 5em var(--profileTint)) - drop-shadow(0 0 0.5em var(--profileTint)) - drop-shadow(0 0 0.2em var(--profileTint)); &.edit-banner-button { width: auto; @@ -273,10 +270,9 @@ // big one z-index: 1; line-height: 2em; - text-shadow: - 0 0 1em var(--profileTint), - 0 0 0.5em var(--profileTint), - 0 0 0.2em var(--profileTint); + filter: drop-shadow(0 0 5em var(--profileTint)) + drop-shadow(0 0 0.5em var(--profileTint)) + drop-shadow(0 0 0.2em var(--profileTint)); .alert { text-shadow: none; @@ -343,6 +339,7 @@ font-size: 0.9em; font-size: calc(max(90%, 2.5cqw)); line-height: 1.5; + margin-top: 0.5em; } .lock-icon { From 866b416dbe341e81c2b3b2ba7512dc05df886d22 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 15 Aug 2025 09:14:26 +0300 Subject: [PATCH 3/4] changelog update --- changelog.d/visual.change | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.d/visual.change b/changelog.d/visual.change index c2e743cd4..e0cd42f65 100644 --- a/changelog.d/visual.change +++ b/changelog.d/visual.change @@ -2,3 +2,4 @@ Combined subject and content fields in post form (visually) Fixes for some elements not scaling with user UI scale Moved post form's emoji button into input field Minor visual changes and fixes +Clicking on fav/rt/emoji notifications' contents expands/collapses it From 35fea49bd0e94d17b6b6f84764c48c0eee19d190 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 15 Aug 2025 09:27:11 +0300 Subject: [PATCH 4/4] 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 @@ />