diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 34f753f5..296644d0 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -130,6 +130,8 @@ function addCustomDiv(prompt_action,tabId,mailMessageId) { style.textContent += "#mzta-diff_content{overflow-y:scroll;text-align:justify;width:100%;height:22.5em;}"; style.textContent += "#mzta-diff span.added{background-color: rgb(0, 94, 0);display:inline;} #mzta-diff span.removed{background-color: rgb(90, 0, 0);display:inline;text-decoration:line-through;}"; style.textContent += "#mzta-btn_close_diff{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);}"; + style.textContent += "#mzta-btn_change_reply_type{padding-left:4px;padding-right:10px;margin-left:0px;border-bottom-left-radius:0px;border-top-left-radius:0px;height:2.7em;}"; + style.textContent += ".mzta-btn_reply{padding-right:4px;margin-right:0px;border-bottom-right-radius:0px;border-top-right-radius:0px;}"; // Add