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.20.2
6+ // @version 2025.10.20.3
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
19251925 #${ app . slug } -settings-title h4 {
19261926 font-size: ${ env . browser . isPortrait ? 26 : 31 } px ; font-weight: bold ; margin-top: -25px }
19271927 #${ app . slug } -settings ul {
1928+ align-content: center ; /* for symmetrized gaps when odd num of entries */
19281929 list-style: none ; padding: 0 ; margin: 0 0 2px -3px ; /* hide bullets, close bottom gap */
19291930 width: ${ env . browser . isPortrait ? 100 : 50 } % } /* set width based on column cnt */
19301931 ${ env . browser . isPhone ? '' : `#${ app . slug } -settings ul:first-of-type { /* color desktop middle sep */
You can’t perform that action at this time.
0 commit comments