Skip to content

Commit b7edc9a

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chatgpt/bravegpt/bravegpt.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-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.4.25
151+
// @version 2025.4.26
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -2438,7 +2438,7 @@
24382438
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
24392439
+ `background-color: #f0f0f0${ config.bgAnimationsDisabled ? '' : '00' };`
24402440
+ 'color: var(--content-color) ;'
2441-
+ `border-radius: 11px ; border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
2441+
+ `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
24422442
+ `transition: var(--btn-transition) ;
24432443
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
24442444
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
@@ -2447,8 +2447,7 @@
24472447
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
24482448
+ `${ env.ui.app.scheme == 'dark' ? 'background: white ; color: var(--content-color)'
24492449
: '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)' }}`
24522451
+ `.${app.slug}-standby-btn svg {
24532452
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
24542453
.${app.slug}-standby-btn:first-of-type svg { /* Query button icon */

0 commit comments

Comments
 (0)