Skip to content

Commit 7c9ad25

Browse files
committed
Center-aligned Settings modal column contents ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent 17a8dfc commit 7c9ad25

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/amazongpt/amazongpt.user.js

Lines changed: 2 additions & 1 deletion
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.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
// @icon64 https://amazongpt.kudoai.com/assets/images/icons/app/black-gold-teal/icon64.png?v=8e8ed1c
@@ -1925,6 +1925,7 @@
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 */

0 commit comments

Comments
 (0)