Skip to content

Commit 9e98889

Browse files
committed
Enlarged chatbar buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 128bc94 commit 9e98889

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 3 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 2025.10.12.4
6+
// @version 2025.10.14
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
@@ -530,8 +530,9 @@
530530
.${app.slug}-chatbar-btn {
531531
z-index: 560 ; border: none ; float: right ; position: relative ;
532532
bottom: 50px ; background: none ; cursor: pointer ;
533+
transform: scale(1.05) ; /* zoom 'em a bit */
533534
${ env.ui.app.scheme == 'dark' ? 'color: #aaa ; fill: #aaa ; stroke: #aaa'
534-
: 'color: lightgrey ; fill: lightgrey ; stroke: lightgrey' }}
535+
: 'color: lightgrey ; fill: lightgrey ; stroke: lightgrey' }}
535536
.${app.slug}-chatbar-btn:hover {
536537
color: var(--chatbar-btn-hover-color-${env.ui.app.scheme}-scheme) ;
537538
fill: var(--chatbar-btn-hover-color-${env.ui.app.scheme}-scheme) ;

0 commit comments

Comments
 (0)