1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-25 09:15:50 +02:00

Minor TweetDeck UI fixes (cut off account names and verified badge icons)

This commit is contained in:
chylex 2016-08-10 17:16:39 +02:00
parent 7689fe97b0
commit 300c0c6195

View File

@ -401,7 +401,10 @@
(function(){
var styleOfficial = document.createElement("style");
document.head.appendChild(styleOfficial);
styleOfficial.sheet.insertRule("a[data-full-url] { word-break: break-all; }",0); // break long urls
styleOfficial.sheet.insertRule(".column-nav-link .attribution { position: absolute; }",0); // fix cut off account names
styleOfficial.sheet.insertRule(".txt-base-smallest .badge-verified:before { height: 13px !important; }",0); // fix cut off badge icon
if ($TD.hasCustomBrowserCSS){
var styleCustom = document.createElement("style");