Skip to content

Commit 6b16c5e

Browse files
committed
Tweaked header button margins
1 parent b571dfc commit 6b16c5e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

duckduckgpt/greasemonkey/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.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
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -3712,7 +3712,7 @@
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

@@ -3737,7 +3737,7 @@
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

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
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
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -3897,7 +3897,7 @@
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
@@ -3914,7 +3914,7 @@
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

0 commit comments

Comments
 (0)