Try out another style for 2nd-pass grouped notifications

This commit is contained in:
Lim Chee Aun 2023-08-30 20:16:34 +08:00
parent 5461b06130
commit 0b04e01d60

View file

@ -153,20 +153,18 @@
left: 0; left: 0;
font-size: 10px; font-size: 10px;
padding: 8px; padding: 8px;
color: var(--text-insignificant-color); font-weight: bold;
} }
.notification-group-statuses > li + li { .notification-group-statuses > li + li {
margin-top: 8px; margin-top: -1px;
} }
.notification .notification-group-statuses .status-link { .notification-group-statuses > li:not(:last-child) .status-link {
max-height: 80px; border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
} }
.notification .notification-group-statuses .status-link .status { .notification-group-statuses > li:not(:first-child) .status-link {
mask-image: linear-gradient( border-top-left-radius: 0;
rgba(0, 0, 0, 1) 50px, border-top-right-radius: 0;
rgba(0, 0, 0, 0.5) 70px,
transparent 79px
);
} }
#mentions-option { #mentions-option {