Skip to content

Commit ec7dc6a

Browse files
committed
1 parent 418e01d commit ec7dc6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (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.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -1957,7 +1957,7 @@
19571957
apiModal.querySelector('h2').style.justifySelf = 'center' // center title
19581958
const btnsDiv = apiModal.querySelector('.modal-buttons')
19591959
btnsDiv.style.cssText = `margin-top: 23px !important ; ${ env.browser.isPhone ? ''
1960-
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify desktop btns
1960+
: 'flex-wrap: wrap ; justify-content: center ; gap: 9px' }` // gridify wide view btns
19611961
btnsDiv.querySelectorAll('button').forEach((btn, idx) => {
19621962
if (idx == 0) btn.style.display = 'none' // hide Dismiss button
19631963
else btn.classList.toggle('primary-modal-btn', // emphasize preferred API

0 commit comments

Comments
 (0)