Skip to content

Commit 33ead54

Browse files
committed
Squared Standby buttons, increased hover-zoom ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 29303b2 commit 33ead54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 3 additions & 4 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.4.25.1
151+
// @version 2025.4.26
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
@@ -2430,7 +2430,7 @@
24302430
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
24312431
+ `background-color: #f0f0f0${ config.bgAnimationsDisabled ? '' : '00' };`
24322432
+ 'color: var(--content-color) ;'
2433-
+ `border-radius: 11px ; border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
2433+
+ `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
24342434
+ `transition: var(--btn-transition) ;
24352435
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
24362436
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
@@ -2439,8 +2439,7 @@
24392439
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
24402440
+ `${ env.ui.app.scheme == 'dark' ? 'background: white ; color: var(--content-color)'
24412441
: 'background: black ; color: var(--content-color)' };`
2442-
+ `${ config.fgAnimationsDisabled || env.browser.isMobile ? ''
2443-
: 'transform: scaleX(1.015) scaleY(1.03)' }}`
2442+
+ `${ config.fgAnimationsDisabled || env.browser.isMobile ? '' : 'transform: scale(1.055)' }}`
24442443
+ `.${app.slug}-standby-btn svg {
24452444
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
24462445
.${app.slug}-standby-btn:first-of-type svg { /* Query button icon */

0 commit comments

Comments
 (0)