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:
parent
c74c168c96
commit
e831bc2bea
Resources/Plugins/edit-design
@ -8,7 +8,7 @@ Edit layout & design
|
||||
chylex
|
||||
|
||||
[version]
|
||||
1.1.7
|
||||
1.1.8
|
||||
|
||||
[website]
|
||||
https://tweetduck.chylex.com
|
||||
|
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user