From 1479a097d6f8dc019217544529064ce649ab853e Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 5 Aug 2017 02:39:23 +0200
Subject: [PATCH] Fix alignment of old icons on buttons after TweetDeck update

---
 Resources/Plugins/edit-design/browser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js
index 78d4d7f0..5ad6bfe3 100644
--- a/Resources/Plugins/edit-design/browser.js
+++ b/Resources/Plugins/edit-design/browser.js
@@ -459,6 +459,7 @@ enabled(){
 .icon-list-filled:before{content:"\\f014";font-family:tweetdeckold}
 .icon-user-filled:before{content:"\\f035";font-family:tweetdeckold}
 
+.drawer .btn .icon, .app-header .btn .icon { line-height: 1em !important }
 .column-type-icon { bottom: 26px !important }
 .is-options-open .column-type-icon { bottom: 25px !important }
 .tweet-footer { margin-top: 6px !important }`;