Skip to content

Commit 128bc94

Browse files
committed
Enlarged chatbar buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent e6ffb1b commit 128bc94

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 2 additions & 1 deletion
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.10.12.4
151+
// @version 2025.10.14
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
@@ -721,6 +721,7 @@
721721
.${app.slug}-chatbar-btn {
722722
z-index: 560 ; border: none ; float: right ; position: relative ; background: none ;
723723
cursor: pointer ; bottom: ${ env.browser.isFF ? 50 : 55 }px ;
724+
transform: scale(1.05) ; margin-right: 3px ; /* zoom 'em a bit */
724725
${ env.ui.app.scheme == 'dark' ? 'color: #aaa ; fill: #aaa ; stroke: #aaa'
725726
: 'color: lightgrey ; fill: lightgrey ; stroke: lightgrey' }}
726727
.${app.slug}-chatbar-btn:hover {

0 commit comments

Comments
 (0)