From 8ccbf502e8e0c890c044a6b4ba2c6c5ffa30f097 Mon Sep 17 00:00:00 2001
From: chylex <info@chylex.com>
Date: Fri, 21 Apr 2017 20:05:14 +0200
Subject: [PATCH] Fix a recent TweetDuck bug with a white bar on the bottom

---
 Resources/Scripts/code.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Resources/Scripts/code.js b/Resources/Scripts/code.js
index 90698b78..94f00b5e 100644
--- a/Resources/Scripts/code.js
+++ b/Resources/Scripts/code.js
@@ -547,6 +547,9 @@
     styleOfficial.sheet.insertRule(".txt-base-smallest .badge-verified:before { height: 13px !important; }", 0); // fix cut off badge icon
     styleOfficial.sheet.insertRule(".keyboard-shortcut-list { vertical-align: top; }", 0); // fix keyboard navigation alignment
     
+    styleOfficial.sheet.insertRule(".js-accounts-column-holder { bottom: 4px; }", 0); // fix white bar on the bottom
+    styleOfficial.sheet.insertRule(".drawer[data-drawer='accountSettings'] { background-color: #ccd6dd; }", 0); // fix white bar on the bottom
+    
     styleOfficial.sheet.insertRule(".is-video a:not([href*='youtu']), .is-gif .js-media-gif-container { cursor: alias; }", 0); // change cursor on unsupported videos
     styleOfficial.sheet.insertRule(".is-video a:not([href*='youtu']) .icon-bg-dot, .is-gif .icon-bg-dot { color: #bd3d37; }", 0); // change play icon color on unsupported videos