File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.5.8
151+ // @version 2025.9.5.9
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154// @icon 64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
16231623 app . div . textContent = '' ; dom . addRisingParticles ( app . div )
16241624
16251625 // Create/append header div
1626- const appHeaderDiv = dom . create . elem ( 'div' , { class : 'app-header' , style : 'margin: -8px 0' } )
1626+ const appHeaderDiv = dom . create . elem ( 'div' ,
1627+ { class : 'app-header' , style : 'height: 36px ; margin: -8px 0' } )
16271628 app . div . append ( appHeaderDiv )
16281629
16291630 // Create/append title
You can’t perform that action at this time.
0 commit comments