Skip to content

Commit c3851fa

Browse files
committed
Increased rendered ul bottom margin
1 parent bcbe91d commit c3851fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

duckduckgpt/greasemonkey/duckduckgpt.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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.3.29.3
151+
// @version 2025.3.29.4
152152
// @license MIT
153153
// @icon https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon48.png
154154
// @icon64 https://cdn.jsdelivr.net/gh/KudoAI/duckduckgpt@06af076/assets/images/icons/duckduckgpt/icon64.png
@@ -2382,7 +2382,7 @@
23822382
#${app.slug} .reply-pre ol { margin: -16px 0 -20px 7px }
23832383
#${app.slug} .reply-pre ol > li { margin: -10px 0 -6px 1.6em ; list-style: decimal }
23842384
#${app.slug} .reply-pre ol > li::marker { font-size: 0.9em } /* shrink number markers */
2385-
#${app.slug} .reply-pre ul { margin: -14px 0 -21px } /* reduce v-padding */
2385+
#${app.slug} .reply-pre ul { margin: -14px 0 -16px } /* reduce v-padding */
23862386
#${app.slug} .reply-pre ul > li { /* reduce v-padding, show bullets */
23872387
margin: -10px 0 0 1.2em ; list-style: circle }
23882388
#${app.slug} ${GM_getResourceText('hljsCSS') // highlight code

0 commit comments

Comments
 (0)