Skip to content

Commit c5854c6

Browse files
committed
1 parent 2ceffeb commit c5854c6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

chatgpt/duckduckgpt/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.11.5
151+
// @version 2025.11.15
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
@@ -425,7 +425,7 @@
425425

426426
window.update = {
427427

428-
appBottomPos() { app.div.style.bottom = `${ config.minimized ? 61 - app.div.offsetHeight : -7 }px` },
428+
appBottomPos() { app.div.style.bottom = `${ config.minimized ? 55 - app.div.offsetHeight : -7 }px` },
429429

430430
appStyle() { // used in toggle.animations() + update.scheme() + main's app init
431431
const { scheme: appScheme } = env.ui.app,

0 commit comments

Comments
 (0)