mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-24 06:15:48 +02:00
Fix retweeted retweet icon color and size mismatch
This commit is contained in:
parent
272877d0ed
commit
4e25381770
@ -507,5 +507,7 @@
|
||||
styleCustom.innerHTML = $TD.customBrowserCSS;
|
||||
document.head.appendChild(styleCustom);
|
||||
}
|
||||
|
||||
TD.services.TwitterActionRetweetedRetweet.prototype.iconClass = "icon-retweet icon-retweet-color txt-base-medium"; // fix retweet icon mismatch
|
||||
})();
|
||||
})($, $TD, TD);
|
||||
|
Loading…
Reference in New Issue
Block a user