At some point, probably to support the new longer tweets offered by Twitter Blue, the text size of opened tweets was changed to an awkwardly small font size. This userstyle reverts it to the old style.
Fix awkwardly small Tweet text by knuxify
Details
Authorknuxify
LicenseCC0
Categorytwitter
Created
Updated
Size537 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Fix awkwardly small Tweet text
@version 20230212.11.26
@namespace userstyles.world/user/knuxify
@description At some point, probably to support the new longer tweets offered by Twitter Blue, the text size of opened tweets was changed to an awkwardly small font size. This userstyle reverts it to the old style.
@author knuxify
@license CC0
==/UserStyle== */
@-moz-document domain("twitter.com") {
.r-1inkyih[data-testid="tweetText"] { font-size: 23px !important; line-height: 28px; }
}