From e576e0e8101fc30bc98a4587f853a3135a5d99fe Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 8 Dec 2018 20:35:35 +0100 Subject: [PATCH] Update GoogleTranslateOption.plugin.js --- .../GoogleTranslateOption.plugin.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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";}