From 9a6fac5fc831d66b5326f95d117d0727394bc325 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 17 Jun 2017 18:44:25 +0200
Subject: [PATCH] Add extra height to tweet footer with old icons in
 edit-design plugin

---
 Resources/Plugins/edit-design/browser.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Resources/Plugins/edit-design/browser.js b/Resources/Plugins/edit-design/browser.js
index cd541b2f..26580980 100644
--- a/Resources/Plugins/edit-design/browser.js
+++ b/Resources/Plugins/edit-design/browser.js
@@ -492,7 +492,8 @@ enabled(){
 .icon-gif-badge:before{content:"\\f061";font-family:tweetdeckold}
 .icon-poll:before{content:"\\f062";font-family:tweetdeckold}
 
-.column-header .column-type-icon { bottom: 26px !important }`;
+.column-header .column-type-icon { bottom: 26px !important }
+.tweet-footer { margin-top: 6px !important }`;
       
       document.head.appendChild(this.icons);
     }