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-Brave Search (inikwa amandla yi-GPT-4o!)
149149// @author KudoAI
150150// @namespace https://kudoai.com
151- // @version 2025.10.22
151+ // @version 2025.11.3
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
23942394 modals . settings . stylize ( )
23952395 const settingsContainer = modals . settings . get ( ) ?. parentNode || modals . settings . createAppend ( )
23962396 settingsContainer . style . display = '' // show modal
2397- if ( env . browser . isMobile ) { // scale 93% to viewport sides
2397+ if ( env . browser . isCompact ) { // scale 93% to viewport sides
23982398 const settingsModal = settingsContainer . querySelector ( `#${ app . slug } -settings` )
23992399 modals . settings . scaleRatio ||= 0.93 * innerWidth / settingsModal . scrollWidth
24002400 settingsModal . style . transform = `scale(${ modals . settings . scaleRatio } )`
You can’t perform that action at this time.
0 commit comments