From c8ab26275c66977db1aee2b9a3deb60150c7a914 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 19 Jun 2017 23:32:15 +0200 Subject: [PATCH] Fix column list overflow after hiding app title --- Resources/Scripts/code.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index fb2c1e42..deb8a7b6 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -651,6 +651,7 @@ styleOfficial.sheet.insertRule(".app-title { display: none; }", 0); // hide TweetDeck logo styleOfficial.sheet.insertRule(".nav-user-info { bottom: 10px !important; }", 0); // move user info styleOfficial.sheet.insertRule(".app-navigator { bottom: 50px !important; }", 0); // move navigation + styleOfficial.sheet.insertRule(".column-navigator-overflow { bottom: 192px !important; }", 0); // move column list styleOfficial.sheet.insertRule(".column .column-header { height: 49px !important; }", 0); // fix one pixel space below column header styleOfficial.sheet.insertRule(".column:not(.is-options-open) .column-header { border-bottom: none; }", 0); // fix one pixel space below column header