Skip to content

Commit d7d6d0e

Browse files
committed
Fixed app div header buttons now v-shift on hover
1 parent 206b84d commit d7d6d0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 3 additions & 2 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.3.3.1
151+
// @version 2025.3.3.2
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
@@ -2155,7 +2155,8 @@
21552155
-o-transition: var(--transition) ; -ms-transition: var(--transition) }`
21562156
+ '.kudoai a { color: #aaa ; text-decoration: none !important }'
21572157
+ `.kudoai a:hover { color: ${ env.ui.app.scheme == 'dark' ? 'white' : 'black' }}`
2158-
+ `#${app.slug}-header-btns { position: relative ; bottom: 3px ; float: right }`
2158+
+ `#${app.slug}-header-btns { position: relative ; bottom: 3px ; float: right ;
2159+
${ !config.fgAnimationsDisabled ? 'will-change: transform' : '' }}`
21592160
+ `.${app.slug}-header-btn {`
21602161
+ 'float: right ; cursor: pointer ; position: relative ; top: 4px ;'
21612162
+ `${ env.ui.app.scheme == 'dark' ? 'fill: white ; stroke: white'

0 commit comments

Comments
 (0)