Skip to content

Commit dc6e726

Browse files
committed
1 parent cd2535e commit dc6e726

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromium/extension/lib/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ window.styles = {
8686
${ !config.justifyText ? ''
8787
: `${ site == 'chatgpt' ? 'div[data-message-author-role]'
8888
: /* poe */ 'div[class*=messageTextContainer]' }
89-
{ text-align: justify }`}
89+
{ text-align: justify }` }
9090
${ !config.ncbDisabled ? '' : '#newChat-btn { display: none }' }
9191
${ config.btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
9292
`.${buttons.class} { will-change: transform } /* prevent wobble */

firefox/extension/lib/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ window.styles = {
8686
${ !config.justifyText ? ''
8787
: `${ site == 'chatgpt' ? 'div[data-message-author-role]'
8888
: /* poe */ 'div[class*=messageTextContainer]' }
89-
{ text-align: justify }`}
89+
{ text-align: justify }` }
9090
${ !config.ncbDisabled ? '' : '#newChat-btn { display: none }' }
9191
${ config.btnAnimationsDisabled ? '' : // zoom chatbar buttons on hover
9292
`.${buttons.class} { will-change: transform } /* prevent wobble */

0 commit comments

Comments
 (0)