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

Make the default theme/column/font settings hidden if edit-design plugin is enabled

This commit is contained in:
chylex 2017-04-05 01:06:52 +02:00
parent 011e1f5922
commit 742df9dff3

View File

@ -239,6 +239,9 @@ enabled(){
this.reinjectAll = () => {
this.resetDesign();
this.css.insert("#general_settings .cf { display: none !important }");
this.css.insert("#general_settings .divider-bar::after { display: inline-block; padding-top: 10px; line-height: 17px; content: 'Use the new | Edit layout & design | option in the Settings to modify TweetDeck theme, column width, font size, and other features.' }");
this.css.insert(".txt-base-smallest:not(.icon), .txt-base-largest:not(.icon) { font-size: "+this.config.fontSize+" !important }");
this.css.insert(".avatar { border-radius: "+this.config.avatarRadius+"% !important }");