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

Fix column header icon position with old icons in edit-design plugin

This commit is contained in:
chylex 2017-06-16 18:32:19 +02:00
parent 52aacf602d
commit 0989400d87

View File

@ -491,7 +491,8 @@ enabled(){
.icon-play-badge:before{content:"\\f060";font-family:tweetdeckold}
.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 }`;
document.head.appendChild(this.icons);
}