5 lines
98 B
CSS
5 lines
98 B
CSS
/* Hide 'Trending' blocks */
|
|
[aria-label="Timeline: Trending now"] {
|
|
display: none !important
|
|
}
|