Skip to content

Commit 70b8bd5

Browse files
committed
Lowered chatbar buttons in Chromium ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent e533d1d commit 70b8bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.11.16.3
151+
// @version 2025.11.16.4
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -710,7 +710,7 @@
710710
}
711711
.${app.slug}-chatbar-btn {
712712
z-index: 560 ; border: none ; float: right ; position: relative ; background: none ;
713-
cursor: pointer ; bottom: ${ env.browser.isFF ? 50 : 55 }px ;
713+
cursor: pointer ; bottom: ${ env.browser.isFF ? 50 : 53.5 }px ;
714714
transform: scale(1.05) ; margin-right: 3px ; /* zoom 'em a bit */
715715
color: var(--chatbar-btn-color-${appScheme}-scheme) ;
716716
fill: var(--chatbar-btn-color-${appScheme}-scheme) ;

0 commit comments

Comments
 (0)