this repo has no description
0
fork

Configure Feed

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

Fix missing only mentions bug

+1 -1
+1 -1
src/pages/notifications.css
··· 7 7 .notification.notification-mention { 8 8 margin-top: 16px; 9 9 } 10 - .only-mentions .notification:not(.mention), 10 + .only-mentions .notification:not(.notification-mention), 11 11 .only-mentions .timeline-empty { 12 12 display: none; 13 13 }