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:
parent
b541f0a896
commit
9a6fac5fc8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user