File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed 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.3.3.1
151+ // @version 2025.3.3.2
152152// @license MIT
153153// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
37123712 // Create/append Settings button
37133713 const settingsBtn = dom . create . elem ( 'btn' ,
37143714 { id : `${ app . slug } -settings-btn` , class : `${ app . slug } -header-btn` } )
3715- settingsBtn . style . margin = '0 10 .5px 0 3px' // position
3715+ settingsBtn . style . margin = '1px 12 .5px 0 3px' // position
37163716 settingsBtn . style . willChange = 'transform' // prevent y-shift on hover-off-zoom
37173717 settingsBtn . append ( icons . sliders . create ( ) ) ; headerBtnsDiv . append ( settingsBtn )
37183718
37373737 var wsbBtn = dom . create . elem ( 'btn' ,
37383738 { id : `${ app . slug } -wsb-btn` , class : `${ app . slug } -header-btn app-hover-only anchored-hidden` } )
37393739 var wsbSVG = icons . widescreen . create ( )
3740- wsbBtn . style . margin = `${ env . browser . isFF ? 0.5 : 0 } px 13.5px 0 0` // position
3740+ wsbBtn . style . margin = `${ env . browser . isFF ? 0.5 : 0 } px 12px 0 0` // position
37413741 wsbBtn . append ( wsbSVG ) ; headerBtnsDiv . append ( wsbBtn )
37423742
37433743 // Create/append Expand/Shrink button
Original file line number Diff line number Diff line change 149149// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150// @author KudoAI
151151// @namespace https://kudoai.com
152- // @version 2025.3.3.1
152+ // @version 2025.3.3.2
153153// @license MIT
154154// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
38973897 // Create/append Settings button
38983898 const settingsBtn = dom . create . elem ( 'btn' ,
38993899 { id : `${ app . slug } -settings-btn` , class : `${ app . slug } -header-btn` } )
3900- settingsBtn . style . margin = `${ env . browser . isMobile ? 6 : - 0.5 } px 10px 0 3 .5px` // position
3900+ settingsBtn . style . margin = `${ env . browser . isMobile ? 6 : 0 } px 13px 0 4 .5px` // position
39013901 settingsBtn . append ( icons . sliders . create ( ) ) ; headerBtnsDiv . append ( settingsBtn )
39023902
39033903 // Create/append Font Size button
39143914 var pinBtn = dom . create . elem ( 'btn' ,
39153915 { id : `${ app . slug } -pin-btn` , class : `${ app . slug } -header-btn app-hover-only` } )
39163916 var pinSVG = icons . pin . create ( )
3917- pinBtn . style . margin = '-1.55px 7 .5px 0 0' // position
3917+ pinBtn . style . margin = '-1.55px 9 .5px 0 0' // position
39183918 pinBtn . append ( pinSVG ) ; headerBtnsDiv . append ( pinBtn )
39193919
39203920 // Create/append Wider Sidebar button
You can’t perform that action at this time.
0 commit comments