Skip to content

Commit 8a4d6bc

Browse files
committed
Center-aligned Settings modal column contents ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/bravegpt]
1 parent 7c9ad25 commit 8a4d6bc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/bravegpt/bravegpt.user.js

Lines changed: 2 additions & 1 deletion
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.20.2
151+
// @version 2025.10.20.3
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
@@ -2608,6 +2608,7 @@
26082608
font-size: ${ env.browser.isPortrait ? 26 : 30 }px ; font-weight: bold ;
26092609
margin: -31px 17px 7px 0 }
26102610
#${app.slug}-settings ul {
2611+
align-content: center ; /* for symmetrized gaps when odd num of entries */
26112612
list-style: none ; padding: 0 ; margin: 0 ; /* hide bullets, override Brave ul margins */
26122613
width: ${ env.browser.isPortrait ? 100 : 50 }% } /* set width based on column cnt */
26132614
${ env.browser.isPhone ? '' : `#${app.slug}-settings ul:first-of-type { /* color desktop middle sep */

0 commit comments

Comments
 (0)