mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-03 23:34:09 +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;
|
styleCustom.innerHTML = $TD.customBrowserCSS;
|
||||||
document.head.appendChild(styleCustom);
|
document.head.appendChild(styleCustom);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TD.services.TwitterActionRetweetedRetweet.prototype.iconClass = "icon-retweet icon-retweet-color txt-base-medium"; // fix retweet icon mismatch
|
||||||
})();
|
})();
|
||||||
})($, $TD, TD);
|
})($, $TD, TD);
|
||||||
|
Loading…
Reference in New Issue
Block a user