Fix missing only mentions bug

This commit is contained in:
Lim Chee Aun 2023-04-06 17:48:40 +08:00
parent e00f5e8f65
commit 6773207610

View file

@ -7,7 +7,7 @@
.notification.notification-mention { .notification.notification-mention {
margin-top: 16px; margin-top: 16px;
} }
.only-mentions .notification:not(.mention), .only-mentions .notification:not(.notification-mention),
.only-mentions .timeline-empty { .only-mentions .timeline-empty {
display: none; display: none;
} }