Skip to content

Commit bbc7661

Browse files
committed
Deleted whitespace
1 parent 96d2928 commit bbc7661

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.9.16.5
151+
// @version 2025.9.16.6
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
@@ -2838,7 +2838,7 @@
28382838
})
28392839
app.divParent.div.prepend(...app.elems)
28402840
app.elems.forEach((elem, idx) => // fade in staggered
2841-
setTimeout(() => elem.classList.add('active'), idx * 550 - 200))
2841+
setTimeout(() => elem.classList.add('active'), idx *550 -200))
28422842

28432843
// REPLACE appDivParent max-width w/ min-width for better UI
28442844
if (!env.browser.isMobile) Object.assign(app.divParent.div.style, { maxWidth: '', minWidth: '448px' })

0 commit comments

Comments
 (0)