Skip to content

Commit 8fd08ea

Browse files
committed
Fixed reply pre header 1px wider than body
1 parent b1c8293 commit 8fd08ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 2 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.31
151+
// @version 2025.3.31.1
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/bravegpt@df624b0/assets/images/icons/bravegpt/icon64.png
@@ -2226,7 +2226,7 @@
22262226
+ `#${app.slug} { /* main app div */
22272227
color: var(--font-color-${env.ui.app.scheme}-scheme) ;
22282228
background: var(--app-bg-color-${env.ui.app.scheme}-scheme) ;
2229-
position: sticky ; z-index: 1111 ; padding: 24px 23px 42px 23px ; border-radius: 18px ;
2229+
position: sticky ; z-index: 1111 ; padding: 24px 22px 42px ; border-radius: 18px ;
22302230
word-wrap: break-word ; white-space: pre-wrap ;
22312231
transition: var(--app-transition) ;
22322232
-webkit-transition: var(--app-transition) ; -moz-transition: var(--app-transition) ;

0 commit comments

Comments
 (0)