From abbdde851e4df08e83ed0628f39c42949cdb3d1b Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 5 Aug 2017 18:30:42 +0200 Subject: [PATCH] Make quoted tweets and RT account selectors square, fix RT account selector heading --- Resources/Scripts/code.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 2fa42de6..b2860bc9 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -705,10 +705,13 @@ 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(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .lst-modal, .media-item { border-radius: 1px !important; }"); // square-ify buttons, inputs, dialogs, menus, and media previews - addRule(".dropdown-menu, .list-item-last { border-radius: 0 !important; }"); // square-ify dropdowns + addRule(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .lst-modal, .media-item { border-radius: 1px !important; }"); // square-ify buttons, inputs, dialogs, menus, media previews + addRule(".dropdown-menu, .list-item-last, .quoted-tweet { border-radius: 0 !important; }"); // square-ify dropdowns, quoted tweets, and account selectors addRule(".prf-header { border-radius: 0; }"); // fix user account header border + addRule(".accs li, .accs img { border-radius: 0 !important; }"); // square-ify retweet account selector + addRule(".accs-header { padding-left: 0 !important; }"); // fix retweet account selector heading + addRule(".scroll-styled-v::-webkit-scrollbar-thumb, .scroll-styled-h::-webkit-scrollbar-thumb, .antiscroll-scrollbar { border-radius: 0; }"); // square-ify scroll bars addRule(".antiscroll-scrollbar-vertical { margin-top: 0; }"); // square-ify scroll bars addRule(".antiscroll-scrollbar-horizontal { margin-left: 0; }"); // square-ify scroll bars