Skip to content

Commit 19405a9

Browse files
committed
1 parent f144d21 commit 19405a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @description Add AI chat & product/category summaries to Amazon shopping, powered by the latest LLMs like GPT-4o!
44
// @author KudoAI
55
// @namespace https://kudoai.com
6-
// @version 2026.4.15
6+
// @version 2026.4.19
77
// @license MIT
88
// @icon https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon48.png?v=8e8ed1c
99
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -446,7 +446,7 @@
446446
#${app.slug} .reply-header-txt { flex-grow: 1 ; font-size: 12px ; font-family: monospace }
447447
#${app.slug} .reply-header-btns { margin: 7.5px -5px 0 }
448448
#${app.slug} .reply-pre {
449-
font-size: ${app.config.fontSize}px ; white-space: pre-wrap ; min-width: 0 ;
449+
font-size: ${app.config.fontSize}px ; font-weight: bold ; white-space: pre-wrap ; min-width: 0 ;
450450
line-height: ${ app.config.fontSize * app.config.lineHeightRatio }px ; overscroll-behavior: contain ;
451451
position: relative ; z-index: 1 ; /* allow top-margin to overlap header in light scheme */
452452
margin: ${ appScheme == 'light' ? 11 : 13 }px 0 7px 0 ; padding: 1.25em 1.25em 0 1.25em ;

0 commit comments

Comments
 (0)