Adjust the font styling within tweets

This commit is contained in:
Oliver Davies 2019-08-13 20:16:31 +01:00
parent 5f43ed8d76
commit 3478517d92

View file

@ -14,3 +14,11 @@ nav[aria-label="Primary"] > div span {
[aria-label="Timeline: Trending now"] {
display: none !important
}
/* Adjust the font styling within tweets */
[aria-label="Timeline: Notifications"] article div[lang] span {
display: block;
font-size: 14px;
line-height: 1.5;
margin-top: 5px
}