Don't hide background for direct mentions

This commit is contained in:
Lim Chee Aun 2023-03-31 11:53:19 +08:00
parent 5fe5d97611
commit 72eb9a5789

View file

@ -587,7 +587,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
}
.timeline:not(.flat)
> li:is(.timeline-item-container-middle, .timeline-item-container-end)
.status {
.status-reply-to:not(.visibility-direct) {
background-image: none;
}