File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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// @icon 64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
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
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' )
You can’t perform that action at this time.
0 commit comments