this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try out another style for 2nd-pass grouped notifications

+8 -10
+8 -10
src/pages/notifications.css
··· 153 153 left: 0; 154 154 font-size: 10px; 155 155 padding: 8px; 156 - color: var(--text-insignificant-color); 156 + font-weight: bold; 157 157 } 158 158 .notification-group-statuses > li + li { 159 - margin-top: 8px; 159 + margin-top: -1px; 160 160 } 161 - .notification .notification-group-statuses .status-link { 162 - max-height: 80px; 161 + .notification-group-statuses > li:not(:last-child) .status-link { 162 + border-bottom-left-radius: 0; 163 + border-bottom-right-radius: 0; 163 164 } 164 - .notification .notification-group-statuses .status-link .status { 165 - mask-image: linear-gradient( 166 - rgba(0, 0, 0, 1) 50px, 167 - rgba(0, 0, 0, 0.5) 70px, 168 - transparent 79px 169 - ); 165 + .notification-group-statuses > li:not(:first-child) .status-link { 166 + border-top-left-radius: 0; 167 + border-top-right-radius: 0; 170 168 } 171 169 172 170 #mentions-option {