Skip to content

Commit b4a6cf0

Browse files
committed
Corrected --modal-btn-transition box-shadow duration ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 0d10a57 commit b4a6cf0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 3 additions & 3 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.9.16.6
151+
// @version 2025.9.20
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -459,7 +459,7 @@
459459
background-position-y: 81% ;
460460
background-color: #ffffff00 ; /* clear bg */
461461
color: rgba(var(--content-color), ${ env.ui.app.scheme == 'light' ? 0.85 : 1 }) ;
462-
font-size: 10px ; font-family: "Roboto", sans-serif ; text-transform: uppercase }
462+
font-size: 0.8em ; font-family: "Roboto", sans-serif ; text-transform: uppercase }
463463
${selectors.btn.svg} {
464464
stroke: rgba(var(--content-color), ${ env.ui.app.scheme == 'light' ? 0.65 : 1 }) ;
465465
${ config.fgAnimationsDisabled ? '' : `transition: var(--btn-transition) ;
@@ -489,7 +489,7 @@
489489
${selectors.btn.modal} {
490490
--modal-btn-y-offset: 2px ; --glow-color: #a0fdff ;
491491
--modal-btn-zoom: scale(1.075) ;
492-
--modal-btn-transition: transform 0.1s ease, background 0.2s ease, box-shadow 5s ease ;
492+
--modal-btn-transition: transform 0.1s ease, background 0.2s ease, box-shadow 0.5s ease ;
493493
${ config.fgAnimationsDisabled ? /* override chatgpt.js transitions */
494494
`transition: none ;
495495
-webkit-transition: none ; -moz-transition: none ;

0 commit comments

Comments
 (0)