File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
chatgpt/autoclear-chatgpt-history Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 225
225
// @description :zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chatgpt.com
226
226
// @author Adam Lui
227
227
// @namespace https://github.com/adamlui
228
- // @version 2025.5.17
228
+ // @version 2025.5.18
229
229
// @license MIT
230
230
// @icon https://assets.autoclearchatgpt.com/images/icons/openai/black/icon48.png?v=f461c06
231
231
// @icon 64 https://assets.autoclearchatgpt.com/images/icons/openai/black/icon64.png?v=f461c06
794
794
795
795
// Element styles
796
796
+ `.${ this . class } { /* parent div */
797
- max-height: 37px ; margin: 2px 0 ; user-select: none ; cursor: pointer ;
797
+ width: auto ; max-height: 37px ; margin: 2px 0 ; user-select: none ; cursor: pointer ;
798
798
opacity: 1 !important ; /* overcome OpenAI click-dim */
799
799
justify-content: unset ; /* overcome OpenAI .justify-center */
800
800
flex-grow: unset } /* overcome OpenAI .grow */
829
829
-o-transition: 0.4s ; -ms-transition: 0.4s }
830
830
.${ this . class } > label { /* toggle label */
831
831
cursor: pointer ; overflow: hidden ; text-overflow: ellipsis ; white-space: nowrap ;
832
- color: black ; padding: 0 12px ; flex-grow: 1 ;
832
+ color: black ; padding: 0 8px ; flex-grow: 1 ;
833
833
${ firstLink ? 'font-size: var(--text-sm)' : 'font-size: 0.875rem ; font-weight: 600' } }`
834
834
835
835
// Dark scheme mods
You can’t perform that action at this time.
0 commit comments