File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ window.styles = {
86
86
${ ! config . justifyText ? ''
87
87
: `${ site == 'chatgpt' ? 'div[data-message-author-role]'
88
88
: /* poe */ 'div[class*=messageTextContainer]' }
89
- { text-align: justify }` }
89
+ { text-align: justify }` }
90
90
${ ! config . ncbDisabled ? '' : '#newChat-btn { display: none }' }
91
91
${ config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
92
92
`.${ buttons . class } { will-change: transform } /* prevent wobble */
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ window.styles = {
86
86
${ ! config . justifyText ? ''
87
87
: `${ site == 'chatgpt' ? 'div[data-message-author-role]'
88
88
: /* poe */ 'div[class*=messageTextContainer]' }
89
- { text-align: justify }` }
89
+ { text-align: justify }` }
90
90
${ ! config . ncbDisabled ? '' : '#newChat-btn { display: none }' }
91
91
${ config . btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
92
92
`.${ buttons . class } { will-change: transform } /* prevent wobble */
You can’t perform that action at this time.
0 commit comments