mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Try out another style for 2nd-pass grouped notifications
This commit is contained in:
parent
5461b06130
commit
0b04e01d60
1 changed files with 8 additions and 10 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue