Skip to content

Commit 6636e27

Browse files
committed
Updated toggle styles to work w/ new layout ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-talk]
1 parent 3f1fd3b commit 6636e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.5.17
228+
// @version 2025.5.18
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
@@ -748,7 +748,7 @@
748748

749749
// Element styles
750750
+ `.${this.class} { /* parent div */
751-
max-height: 37px ; margin: 2px 0 ; user-select: none ; cursor: pointer ;
751+
width: auto ; max-height: 37px ; margin: 2px 0 ; user-select: none ; cursor: pointer ;
752752
opacity: 1 !important ; /* overcome OpenAI click-dim */
753753
justify-content: unset ; /* overcome OpenAI .justify-center */
754754
flex-grow: unset } /* overcome OpenAI .grow */
@@ -783,7 +783,7 @@
783783
-o-transition: 0.4s ; -ms-transition: 0.4s }
784784
.${this.class} > label { /* toggle label */
785785
cursor: pointer ; overflow: hidden ; text-overflow: ellipsis ; white-space: nowrap ;
786-
color: black ; padding: 0 12px ; flex-grow: 1 ;
786+
color: black ; padding: 0 8px ; flex-grow: 1 ;
787787
${ firstLink ? 'font-size: var(--text-sm)' : 'font-size: 0.875rem ; font-weight: 600' }}`
788788

789789
// Dark scheme mods

0 commit comments

Comments
 (0)