Hide 'Trending' blocks

This commit is contained in:
Oliver Davies 2019-08-13 20:02:31 +01:00
parent efba9e0fbe
commit 86c5b80311

4
styles.css Normal file
View file

@ -0,0 +1,4 @@
/* Hide 'Trending' blocks */
[aria-label="Timeline: Trending now"] {
display: none !important
}