diff --git a/js/mzta-chatgpt.js b/js/mzta-chatgpt.js index ecee2635..95a96785 100644 --- a/js/mzta-chatgpt.js +++ b/js/mzta-chatgpt.js @@ -120,6 +120,8 @@ function addCustomDiv(prompt_action,tabId) { style.innerHTML += "#mzta-btn_gpt35 {background-color: #007bff;border: none;color: white;padding: 2px 4px;text-align: center;text-decoration: none;display: none;font-size: 13px;margin-left: 4px;transition-duration: 0.4s;cursor: pointer;border-radius: 2px;}"; style.innerHTML += "#mzta-status-page{position:fixed;bottom:0;left:0;padding-left:5px;font-size:13px;font-style:italic;text-decoration:underline;color:#919191;}"; style.innerHTML += "#mzta-status-page:hover{color:#007bff;}"; + style.innerHTML += "#mzta-custom_text{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}"; + //display:none; // Add