File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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.1.21.11
151+ // @version 2025.1.23
152152// @license MIT
153153// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154// @icon 64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
20662066 + 'position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ;'
20672067 + 'z-index: 9999 ; cursor: ew-resize }'
20682068 + `#${ app . slug } {`
2069- + 'position: sticky ; z-index: 1111 ; word-wrap: break-word ; white-space: pre-wrap ;'
2069+ + 'position: sticky ; z-index: 1111 ; padding: 24px 23px 45px 23px ;'
2070+ + 'word-wrap: break-word ; white-space: pre-wrap ;'
20702071 + 'border: 1px solid var(--color-divider-subtle) ; border-radius: 18px ;'
2071- + `margin: ${ env . browser . isMobile ? '0 8px 16px' : '0 0 20px' } ; padding: 24px 23px 45px 23px ;`
20722072 + ( config . bgAnimationsDisabled ? // classic flat bg
20732073 `background: var(--app-bg-color-${ env . ui . app . scheme } -scheme) ;`
20742074 + `color: var(--font-color-${ env . ui . app . scheme } -scheme) ;`
22502250 + `.${ app . slug } -chatbar-btn:hover {`
22512251 + `${ env . ui . app . scheme == 'dark' ? 'color: white ; fill: white ; stroke: white'
22522252 : 'color: #638ed4 ; fill: #638ed4 ; stroke: #638ed4' } }`
2253- + ( // markdown styles
2253+ + ( // Markdown styles
22542254 `#${ app . slug } > pre h1 { font-size: 1.25em }`
22552255 + `#${ app . slug } > pre h2 { font-size: 1.1em }`
22562256 + `#${ app . slug } > pre ul { margin: -10px 0 -6px ; }` // reduce v-spacing
You can’t perform that action at this time.
0 commit comments