From af30f3b348c099b5338885382d6578cc7642b082 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sun, 30 Jul 2017 21:15:39 +0200 Subject: [PATCH] Square-ify many elements of TweetDeck (buttons, inputs, dialogs, menus, previews) --- Resources/Scripts/code.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index caa2bbc2..ef49e647 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -676,6 +676,9 @@ addRule(".sprite-logo { background-position: -5px -46px !important; }"); // fix TweetDeck logo on certain zoom levels addRule(".app-navigator .tooltip { display: none !important; }"); // hide broken tooltips in the menu + addRule(".btn, .mdl, .mdl-content, .app-search-fake, .app-search-input, .popover, .dropdown-menu, .lst-modal, .media-item { border-radius: 1px !important }"); // square-ify buttons, inputs, dialogs, menus, and media previews + addRule(".prf-header { border-radius: 0 }"); // fix user account header border + addRule(".is-condensed .app-header-inner { padding-top: 10px !important; }"); // add extra padding to menu buttons when condensed addRule(".is-condensed .btn-compose { padding: 8px !important; }"); // fix compose button icon when condensed addRule(".app-header:not(.is-condensed) .nav-user-info { padding: 0 5px; }"); // add padding to user info