Skip to content

Commit 03dba63

Browse files
committed
Update selector for hiding tips in the newsfeed
1 parent e314a61 commit 03dba63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646

4747
/* Remove news feed tips */
48-
.news > .text-center {
48+
.news > div:last-of-type.mt-4 {
4949
display: none !important;
5050
}
5151

0 commit comments

Comments
 (0)