Skip to content

Commit 43fe407

Browse files
committed
Enlarged chatbar buttons ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent a5a8316 commit 43fe407

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 4 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.10.12.4
151+
// @version 2025.10.14
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
@@ -720,9 +720,10 @@
720720
.${app.slug}-chatbar-btn {
721721
z-index: 560 ;
722722
border: none ; float: right ; position: relative ; background: none ; cursor: pointer ;
723-
bottom: ${ env.browser.isFF ? 28 : 32 }px ;
723+
bottom: ${ env.browser.isFF ? 26 : 30 }px ;
724+
transform: scale(1.05) ; margin-right: 3px ; /* zoom 'em a bit */
724725
${ env.ui.app.scheme == 'dark' ? 'color: #aaa ; fill: #aaa ; stroke: #aaa'
725-
: 'color: lightgrey ; fill: lightgrey ; stroke: lightgrey' }}
726+
: 'color: lightgrey ; fill: lightgrey ; stroke: lightgrey' }}
726727
.${app.slug}-chatbar-btn:hover {
727728
color: var(--chatbar-btn-hover-color-${env.ui.app.scheme}-scheme) ;
728729
fill: var(--chatbar-btn-hover-color-${env.ui.app.scheme}-scheme) ;

0 commit comments

Comments
 (0)