diff --git a/chrome/extension/content.js b/chrome/extension/content.js index 7153ee57..af8f724e 100644 --- a/chrome/extension/content.js +++ b/chrome/extension/content.js @@ -180,7 +180,7 @@ Object.assign(btns[btnType].style, { // remove dark mode overlay backgroundColor: 'transparent', borderColor: 'transparent' }) } else if (env.site == 'poe') // lift buttons slightly - this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.45' : '0.2' ) + 'rem' + this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.455' : '0.2' ) + 'rem' // Add hover/click listeners this[btnType].onmouseover = this[btnType].onmouseout = toggle.tooltip diff --git a/firefox/extension/content.js b/firefox/extension/content.js index 18aec6c2..35d9a13d 100644 --- a/firefox/extension/content.js +++ b/firefox/extension/content.js @@ -180,7 +180,7 @@ Object.assign(this[btnType].style, { // remove dark mode overlay backgroundColor: 'transparent', borderColor: 'transparent' }) } else if (env.site == 'poe') // lift buttons slightly - this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.45' : '0.2' ) + 'rem' + this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.455' : '0.2' ) + 'rem' // Add hover/click listeners this[btnType].onmouseover = this[btnType].onmouseout = toggle.tooltip diff --git a/greasemonkey/chatgpt-widescreen-mode.user.js b/greasemonkey/chatgpt-widescreen-mode.user.js index fe84101e..3bee1f77 100644 --- a/greasemonkey/chatgpt-widescreen-mode.user.js +++ b/greasemonkey/chatgpt-widescreen-mode.user.js @@ -222,7 +222,7 @@ // @description:zu Yengeza Isikrini Esibanzi + Izindlela Zesikrini Esigcwele ku-chatgpt.com + perplexity.ai + poe.com ukuze uthole ukubuka okuthuthukisiwe + okuncishisiwe ukuskrola // @author Adam Lui // @namespace https://github.com/adamlui -// @version 2024.12.9.4 +// @version 2024.12.9.5 // @license MIT // @icon https://media.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?9a393be // @icon64 https://media.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?9a393be @@ -611,7 +611,7 @@ Object.assign(btns[btnType].style, { // remove dark mode overlay backgroundColor: 'transparent', borderColor: 'transparent' }) } else if (env.site == 'poe') // lift buttons slightly - this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.45' : '0.2' ) + 'rem' + this[btnType].style.marginBottom = ( btnType == 'newChat' ? '0.455' : '0.2' ) + 'rem' // Add hover/click listeners this[btnType].onmouseover = this[btnType].onmouseout = toggle.tooltip