1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-09 06:15:49 +02:00

Add extra height to tweet footer with old icons in edit-design plugin

This commit is contained in:
chylex 2017-06-17 18:44:25 +02:00
parent b541f0a896
commit 9a6fac5fc8

View File

@ -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);
}