chrome-extension-twitter-tw.../styles.css

17 lines
366 B
CSS
Raw Normal View History

/* Reduce padding on primary links */
nav[aria-label="Primary"] > a > div {
padding-bottom: 5px;
padding-top: 5px
}
/* Reduce font size on primary links */
nav[aria-label="Primary"] > a span,
nav[aria-label="Primary"] > div span {
font-size: 16px !important
}
2019-08-13 19:02:31 +00:00
/* Hide 'Trending' blocks */
[aria-label="Timeline: Trending now"] {
display: none !important
}