Skip to content

Commit 3c5707b

Browse files
committed
Center-aligned Settings modal column contents ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent 06103bd commit 3c5707b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chatgpt/duckduckgpt/duckduckgpt.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-DuckDuckGo (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.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -2610,6 +2610,7 @@
26102610
#${app.slug}-settings-title h4 {
26112611
font-size: ${ env.browser.isPortrait ? 26 : 31 }px ; font-weight: bold ; margin-top: -39px }
26122612
#${app.slug}-settings ul {
2613+
align-content: center ; /* for symmetrized gaps when odd num of entries */
26132614
list-style: none ; padding: 0 ; margin-bottom: 2px ; /* hide bullets, close bottom gap */
26142615
width: ${ env.browser.isPortrait ? 100 : 50 }% } /* set width based on column cnt */
26152616
${ env.browser.isPhone ? '' : `#${app.slug}-settings ul:first-of-type { /* color desktop middle sep */

0 commit comments

Comments
 (0)