From 3c63da4f95a50a2a254ee6839929723040ac3cb2 Mon Sep 17 00:00:00 2001 From: Mic Date: Mon, 8 Dec 2025 11:53:11 +0100 Subject: [PATCH] fixed custom div positioning after chatgpt web interface update. see #556 --- js/mzta-chatgpt.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index 51ecc136..a5dbda64 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -137,6 +137,9 @@ function addCustomDiv(prompt_action,tabId,mailMessageId) { style.textContent += "#mzta-forcecomp-hint{display:none;position:fixed;bottom:30px;right:90px;width:20em;background: #c3cefeff;color: #111827;padding:10px 14px;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.2);font-size:14px;font-weight:bold;z-index:2000;pointer:default;}"; style.textContent += "#mzta-forcecomp-hint .label{display:block;line-height:1.3;}"; style.textContent += "#mzta-forcecomp-hint svg{position:absolute;bottom:-10px;right:-20px;width:40px;height:40px;}"; + style.textContent += "#thread-bottom-container{padding-bottom: 100px !important;box-sizing: border-box;}"; + + // Add