1
0
Fork 0

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;
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 {