From cb5b50dd42a52a20361e9e15c2b342930f925498 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Fri, 26 May 2017 16:34:42 +0200 Subject: [PATCH] Fix one pixel line between column header and content --- Resources/Scripts/code.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js index 7f38a78d..31d5b3c2 100644 --- a/Resources/Scripts/code.js +++ b/Resources/Scripts/code.js @@ -617,6 +617,9 @@ styleOfficial.sheet.insertRule(".app-navigator .tooltip { display: none !important; }", 0); // hide broken tooltips in the menu styleOfficial.sheet.insertRule(".account-inline .username { vertical-align: 10%; }", 0); // move usernames a bit higher + 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 + styleOfficial.sheet.insertRule(".activity-header { align-items: center !important; margin-bottom: 4px; }", 0); // tweak alignment of avatar and text in notifications styleOfficial.sheet.insertRule(".activity-header .tweet-timestamp { line-height: unset }", 0); // fix timestamp position in notifications