/* Remove spam */ .feedWidgetTrending, .feedWidgetSuggestions { display: none !important; } /* Display feed as feed, not cards */ .feed__list_items { display: flex !important; flex-direction: column !important; grid-gap: 2px !important; } .feedArticleCard { padding: 8px 15px !important; } .feedArticleCard__footer { margin-top: 0 !important; } .feedArticleCard figure { max-width: 500px !important; }