From 63b822621cf52b71238f2048b77542f433bd12c2 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 18 Dec 2018 16:02:30 +0100 Subject: [PATCH] Update GoogleTranslateOption.plugin.js --- .../GoogleTranslateOption.plugin.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js index d5cd45ba4d..7576fb1c32 100644 --- a/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js +++ b/Plugins/GoogleTranslateOption/GoogleTranslateOption.plugin.js @@ -311,13 +311,8 @@ class GoogleTranslateOption { border: none !important; } - ${BDFDB.dotCN.textareainner} ${BDFDB.dotCN.textarea} { - margin-right: 0px; - padding-right: 3px; - } - ${BDFDB.dotCN.textareainner} ${BDFDB.dotCN.textareapickerbuttons} { - position: static; + height: auto; } ${BDFDB.dotCN.textareainner} .send-button { @@ -382,7 +377,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.5";} + getVersion () {return "1.5.6";} getAuthor () {return "DevilBro, square";}