Skip to content

Commit ee032ae

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

chatgpt/googlegpt/googlegpt.user.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.4.25
152+
// @version 2025.4.26
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -2606,7 +2606,7 @@
26062606
+ 'width: 100% ; margin-bottom: 9px ; padding: 10px 0 ; cursor: pointer ;'
26072607
+ `background-color: #f0f0f0${ config.bgAnimationsDisabled ? '' : '00' };`
26082608
+ 'color: var(--content-color) ;'
2609-
+ `border-radius: 11px ; border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
2609+
+ `border: 1px solid ${ isParticlizedDS ? '#fff' : '#888' };`
26102610
+ `transition: var(--btn-transition) ;
26112611
-webkit-transition: var(--btn-transition) ; -moz-transition: var(--btn-transition) ;
26122612
-o-transition: var(--btn-transition) ; -ms-transition: var(--btn-transition) }`
@@ -2615,8 +2615,7 @@
26152615
+ 'fill: var(--content-color) ; stroke: var(--content-color) ;'
26162616
+ `${ env.ui.app.scheme == 'dark' ? 'background: white ; color: var(--content-color)'
26172617
: '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)' }}`
26202619
+ `.${app.slug}-standby-btn svg {
26212620
position: relative ; fill: var(--content-color) ; stroke: var(--content-color) }
26222621
.${app.slug}-standby-btn:first-of-type svg { /* Query button icon */

0 commit comments

Comments
 (0)