From 0b04e01d6043c1272a83cd396d94627e006263fe Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 30 Aug 2023 20:16:34 +0800 Subject: [PATCH] Try out another style for 2nd-pass grouped notifications --- src/pages/notifications.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/pages/notifications.css b/src/pages/notifications.css index 0ea71af5..9eb28951 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -153,20 +153,18 @@ left: 0; font-size: 10px; padding: 8px; - color: var(--text-insignificant-color); + font-weight: bold; } .notification-group-statuses > li + li { - margin-top: 8px; + margin-top: -1px; } -.notification .notification-group-statuses .status-link { - max-height: 80px; +.notification-group-statuses > li:not(:last-child) .status-link { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } -.notification .notification-group-statuses .status-link .status { - mask-image: linear-gradient( - rgba(0, 0, 0, 1) 50px, - rgba(0, 0, 0, 0.5) 70px, - transparent 79px - ); +.notification-group-statuses > li:not(:first-child) .status-link { + border-top-left-radius: 0; + border-top-right-radius: 0; } #mentions-option {