diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 3c45a942..9a0a36e4 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -270,7 +270,9 @@ tags.push("<style type='text/css'>"); tags.push("body { background: "+getClassStyleProperty("column", "background-color")+" }"); // set background color tags.push("a[data-full-url] { word-break: break-all }"); // break long urls - tags.push(".txt-base-smallest .badge-verified:before { width: 13px !important; height: 13px !important; background-position: -223px -98px !important; }"); // fix cut off badge icon + tags.push(".txt-base-smallest .badge-verified:before { width: 13px !important; height: 13px !important; background-position: -223px -98px !important }"); // fix cut off badge icon + tags.push(".media-item, .media-preview { border-radius: 1px !important }"); // square-ify media + tags.push(".quoted-tweet { border-radius: 0 !important }"); // square-ify quoted tweets tags.push(".activity-header { align-items: center !important; margin-bottom: 4px }"); // tweak alignment of avatar and text in notifications tags.push(".activity-header .tweet-timestamp { line-height: unset }"); // fix timestamp position in notifications tags.push("</style>");