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 149
149
// @description :zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150
150
// @author KudoAI
151
151
// @namespace https://kudoai.com
152
- // @version 2025.4.25
152
+ // @version 2025.4.26
153
153
// @license MIT
154
154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155
155
// @icon 64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
2606
2606
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
2607
2607
+ `background-color: #f0f0f0${ config . bgAnimationsDisabled ? '' : '00' } ;`
2608
2608
+ 'color: var(--content-color) ;'
2609
- + `border-radius: 11px ; border : 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2609
+ + `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2610
2610
+ `transition: var(--btn-transition) ;
2611
2611
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
2612
2612
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
2615
2615
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
2616
2616
+ `${ env . ui . app . scheme == 'dark' ? 'background: white ; color: var(--content-color)'
2617
2617
: 'background: black ; color: var(--content-color)' } ;`
2618
- + `${ config . fgAnimationsDisabled || env . browser . isMobile ? ''
2619
- : 'transform: scaleX(1.015) scaleY(1.03)' } }`
2618
+ + `${ config . fgAnimationsDisabled || env . browser . isMobile ? '' : 'transform: scale(1.055)' } }`
2620
2619
+ `.${ app . slug } -standby-btn svg {
2621
2620
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
2622
2621
.${ app . slug } -standby-btn:first-of-type svg { /* Query button icon */
You can’t perform that action at this time.
0 commit comments