Skip to content

Instantly share code, notes, and snippets.

@hatoba29
Created March 9, 2021 00:51
Show Gist options
  • Save hatoba29/9379c921f4d029b20487c2eabcb9643c to your computer and use it in GitHub Desktop.
Save hatoba29/9379c921f4d029b20487c2eabcb9643c to your computer and use it in GitHub Desktop.
CSS addon for TweetDeckPlayer by gaeulbyul
/* CSS addon for TweetDeckPlayer by gaeulbyul */
/* This fills small gap between RT/fav icon and counter */
span.pull-right.icon-favorite-toggle.margin-l--2.margin-t--1.txt-size--12.js-like-count.like-count {
margin-left: 0px !important;
padding-left: 2px !important;
}
span.pull-right.icon-retweet-toggle.margin-l--3.margin-t--1.txt-size--12.js-retweet-count.retweet-count {
margin-left: 0px !important;
padding-left: 3px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment