1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 18:15:48 +02:00

Fix broken compose text size in edit-design plugin after a TweetDeck update

This commit is contained in:
chylex 2017-11-11 17:32:20 +01:00
parent c74c168c96
commit e831bc2bea
2 changed files with 2 additions and 2 deletions
Resources/Plugins/edit-design

View File

@ -8,7 +8,7 @@ Edit layout & design
chylex
[version]
1.1.7
1.1.8
[website]
https://tweetduck.chylex.com

View File

@ -400,7 +400,7 @@ enabled(){
}
if (this.config.smallComposeTextSize){
this.css.insert(".compose-text { font-size: 12px !important; height: 120px !important }");
this.css.insert("#tduck .compose-text { font-size: 12px !important; height: 120px !important }");
}
if (this.config.revertIcons){