Closed cobyism closed 9 years ago
The style is in general.css, directly under the .btn class. I'll change the letter spacing to auto and fix this!
Weird, I could have sworn I grepped the whole repo for it. No idea why I didn’t find that. Thanks for the fix! :heart:
With this extension loaded, any
.btn
button within the Twitter UI is getting the following user agent styles applied:Resulting in really tight kerning everywhere, because of the
letter-spacing: 1px;
(most other styles are being overridden elsewhere in the actual CSS from twitter.com):If I disable this extension and don’t touch anything else, those styles go away. I’ve looked through the code of this extension though, and these styles don’t seem to be anywhere in this repo. I have no idea where this user agent stylesheet rule is coming from, but I’ve narrowed it down to this extension being enabled being the factor which reproduces the issue for me.
Notes:
.btn
, for example if I view the Bootstrap docs it’s fine.master
branch, not via the Chrome extension store.@ztratar Any ideas?