Adjust the font styling within tweets
This commit is contained in:
parent
5f43ed8d76
commit
3478517d92
|
@ -14,3 +14,11 @@ nav[aria-label="Primary"] > div span {
|
||||||
[aria-label="Timeline: Trending now"] {
|
[aria-label="Timeline: Trending now"] {
|
||||||
display: none !important
|
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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue