Advertisement
NokiDoki

Firefox userstyle to fix Tweetdeck’s character count display

Nov 7th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. @-moz-document url-prefix(https://tweetdeck.twitter.com/) {
  2. .js-character-count {
  3. display: initial !important;
  4. }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement