From 4e306661f81d6f9cff5f581b5d85eba00fa9a87e Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Thu, 24 Aug 2017 14:45:20 +0200 Subject: [PATCH] Fix cut off badge icon in notifications --- Resources/Scripts/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index cce054d6..f11b58ce 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -725,6 +725,7 @@ addRule(".column-nav-link .attribution { position: absolute; }"); // fix cut off account names addRule(".txt-base-smallest .sprite-verified-mini { width: 13px !important; height: 13px !important; background-position: -223px -99px !important; }"); // fix cut off badge icon when zoomed in + addRule(".txt-base-smallest .badge-verified:before { width: 13px !important; height: 13px !important; background-position: -223px -98px !important; }"); // fix cut off badge icon in notifications addRule(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .lst-modal, .media-item, .media-preview, .tooltip-inner { border-radius: 1px !important; }"); // square-ify buttons, inputs, dialogs, menus, media previews addRule(".compose-text-container, .dropdown-menu, .list-item-last, .quoted-tweet { border-radius: 0 !important; }"); // square-ify dropdowns, quoted tweets, and account selectors