File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 148
148
// @description :zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.4.25.1
151
+ // @version 2025.4.26
152
152
// @license MIT
153
153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154
154
// @icon 64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
2430
2430
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
2431
2431
+ `background-color: #f0f0f0${ config . bgAnimationsDisabled ? '' : '00' } ;`
2432
2432
+ 'color: var(--content-color) ;'
2433
- + `border-radius: 11px ; border : 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2433
+ + `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2434
2434
+ `transition: var(--btn-transition) ;
2435
2435
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
2436
2436
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
2439
2439
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
2440
2440
+ `${ env . ui . app . scheme == 'dark' ? 'background: white ; color: var(--content-color)'
2441
2441
: '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)' } }`
2444
2443
+ `.${ app . slug } -standby-btn svg {
2445
2444
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
2446
2445
.${ app . slug } -standby-btn:first-of-type svg { /* Query button icon */
You can’t perform that action at this time.
0 commit comments