Skip to content

Commit a18a75f

Browse files
committed
Set Settings modal close btn size (fixes adamlui/ai-web-extensions#243) ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/amazongpt]
1 parent b1f290a commit a18a75f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 2025.10.4
6+
// @version 2025.10.11
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
@@ -1685,7 +1685,7 @@
16851685
// Create close button
16861686
const closeBtn = dom.create.elem('div',
16871687
{ title: app.msgs.tooltip_close, class: `${app.slug}-modal-close-btn no-mobile-tap-outline` })
1688-
closeBtn.append(icons.create({ key: 'x' }))
1688+
closeBtn.append(icons.create({ key: 'x', size: 11 }))
16891689

16901690
// Assemble/append elems
16911691
settingsModal.append(settingsIcon, settingsTitleDiv, closeBtn, settingsListContainer)

0 commit comments

Comments
 (0)