diff --git a/js/mzta-compose-script.js b/js/mzta-compose-script.js index be26c351..55db71ee 100644 --- a/js/mzta-compose-script.js +++ b/js/mzta-compose-script.js @@ -682,7 +682,7 @@ switch (message.command) { borderColor = '#006600'; } - container.style.cssText = `background-color: ${bgColor}; color: ${textColor}; border-bottom: 1px solid ${borderColor}; padding: 8px 12px; font-family: system-ui, -apple-system, sans-serif; font-size: 13px; display: flex; align-items: center; gap: 15px; width: 100%; box-sizing: border-box;`; + container.style.cssText = `background-color: ${bgColor}; color: ${textColor}; border-bottom: 1px solid ${borderColor}; border-radius:4px; padding: 8px 12px; font-family: system-ui, -apple-system, sans-serif; font-size: 13px; display: flex; align-items: center; gap: 15px; width: 100%; box-sizing: border-box;`; const scoreText = document.createElement('strong'); if (data.spamValue == -999) {