diff --git a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js index e2a21a6f49..98c9751dcc 100644 --- a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js +++ b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js @@ -55,8 +55,8 @@ class GoogleTranslateOption { this.translateButtonMarkup = `
-
- +
+
@@ -313,8 +313,8 @@ class GoogleTranslateOption { } ${BDFDB.dotCN.textareabutton}.translate-button ${BDFDB.dotCN.textareaicon} { - height: 28px; - width: 28px; + height: 24px; + width: 24px; } ${BDFDB.dotCN.textareabutton}.translate-button.active ${BDFDB.dotCN.textareaicon} { @@ -356,7 +356,7 @@ class GoogleTranslateOption { getDescription () {return "Adds a Google Translate option to your context menu, which shows a preview of the translated text and on click will open the selected text in Google Translate. Also adds a translation button to your textareas, which will automatically translate the text for you before it is being send. DeepLApi written by square. Thanks ;)";} - getVersion () {return "1.5.2";} + getVersion () {return "1.5.3";} getAuthor () {return "DevilBro, square";}