We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceffeb commit c5854c6Copy full SHA for c5854c6
1 file changed
chatgpt/duckduckgpt/duckduckgpt.user.js
@@ -148,7 +148,7 @@
148
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149
// @author KudoAI
150
// @namespace https://kudoai.com
151
-// @version 2025.11.5
+// @version 2025.11.15
152
// @license MIT
153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -425,7 +425,7 @@
425
426
window.update = {
427
428
- appBottomPos() { app.div.style.bottom = `${ config.minimized ? 61 - app.div.offsetHeight : -7 }px` },
+ appBottomPos() { app.div.style.bottom = `${ config.minimized ? 55 - app.div.offsetHeight : -7 }px` },
429
430
appStyle() { // used in toggle.animations() + update.scheme() + main's app init
431
const { scheme: appScheme } = env.ui.app,
0 commit comments