Skip to content

Commit 211edff

Browse files
committed
1 parent 692f044 commit 211edff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.10.16.1
151+
// @version 2025.10.16.2
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -1959,7 +1959,7 @@
19591959
apiModal.querySelector('h2').style.justifySelf = 'center' // center title
19601960
const btnsDiv = apiModal.querySelector('.modal-buttons')
19611961
btnsDiv.style.cssText = `margin: 18px 0px 6px !important ; ${ env.browser.isPhone ? ''
1962-
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify desktop btns
1962+
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify wide view btns
19631963
btnsDiv.querySelectorAll('button').forEach((btn, idx) => {
19641964
if (idx == 0) btn.style.display = 'none' // hide Dismiss button
19651965
else btn.classList.toggle('primary-modal-btn', // emphasize preferred API
@@ -1986,7 +1986,7 @@
19861986
// Re-style button cluster
19871987
const btnsDiv = feedbackModal.querySelector('.modal-buttons')
19881988
btnsDiv.style.cssText = `margin-top: 12px !important ; ${ env.browser.isPhone ? ''
1989-
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify wide view btns
1989+
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify wide view btns
19901990

19911991
// Hack buttons
19921992
btns = btnsDiv.querySelectorAll('button')

0 commit comments

Comments
 (0)