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-Brave Search (inikwa amandla yi-GPT-4o!)
149
149
// @author KudoAI
150
150
// @namespace https://kudoai.com
151
- // @version 2025.4.25
151
+ // @version 2025.4.26
152
152
// @license MIT
153
153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154
154
// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
2438
2438
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
2439
2439
+ `background-color: #f0f0f0${ config . bgAnimationsDisabled ? '' : '00' } ;`
2440
2440
+ 'color: var(--content-color) ;'
2441
- + `border-radius: 11px ; border : 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2441
+ + `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' } ;`
2442
2442
+ `transition: var(--btn-transition) ;
2443
2443
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
2444
2444
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
2447
2447
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
2448
2448
+ `${ env . ui . app . scheme == 'dark' ? 'background: white ; color: var(--content-color)'
2449
2449
: 'background: black ; color: var(--content-color)' } ;`
2450
- + `${ config . fgAnimationsDisabled || env . browser . isMobile ? ''
2451
- : 'transform: scaleX(1.015) scaleY(1.03)' } }`
2450
+ + `${ config . fgAnimationsDisabled || env . browser . isMobile ? '' : 'transform: scale(1.055)' } }`
2452
2451
+ `.${ app . slug } -standby-btn svg {
2453
2452
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
2454
2453
.${ app . slug } -standby-btn:first-of-type svg { /* Query button icon */
You can’t perform that action at this time.
0 commit comments