Skip to content

Commit 1e93239

Browse files
committed
1 parent 59c74e8 commit 1e93239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.4.28.2
228+
// @version 2025.4.28.3
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -806,7 +806,7 @@
806806
position: relative ; width: 30px ; height: 15px ; border-radius: 28px ;
807807
background-color: var(--switch-disabled-bg-color) ;
808808
bottom: ${ firstLink ? '0.5px' : '-0.15em' } ;
809-
left: ${ env.browser.isMobile ? 169 : firstLink ? 154 : 160 }px ;
809+
left: ${ env.browser.isMobile || firstLink ? 169 : 160 }px ;
810810
transition: 0.4s ; -webkit-transition: 0.4s ; -moz-transition: 0.4s ;
811811
-o-transition: 0.4s ; -ms-transition: 0.4s }
812812
.${this.class} > span.enabled { /* switch on */

0 commit comments

Comments
 (0)