File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// @icon 64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
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) ;
You can’t perform that action at this time.
0 commit comments