Skip to content

Commit

Permalink
Re-sized/positioned header logo to accommodate all buttons in Anchore…
Browse files Browse the repository at this point in the history
…d mode
  • Loading branch information
adamlui committed Dec 17, 2024
1 parent 00fd36a commit c12762a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions duckduckgpt/greasemonkey/duckduckgpt.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
// @description:zu Yengeza izimpendulo ze-AI ku-DuckDuckGo (inikwa amandla yi-GPT-4o!)
// @author KudoAI
// @namespace https://kudoai.com
// @version 2024.12.15.12
// @version 2024.12.16
// @license MIT
// @icon https://media.ddgpt.com/images/icons/duckduckgpt/icon48.png?af89302
// @icon64 https://media.ddgpt.com/images/icons/duckduckgpt/icon64.png?af89302
Expand Down Expand Up @@ -3475,7 +3475,7 @@

// Create/append title
const appHeaderLogo = logos.ddgpt.create()
appHeaderLogo.width = 181 ; appHeaderLogo.style.margin = '-7px 0'
appHeaderLogo.width = 157 ; appHeaderLogo.style.margin = '-4px 0'
const appTitleAnchor = create.anchor(app.urls.app, appHeaderLogo)
appTitleAnchor.classList.add(`${app.cssPrefix}-name`, 'no-user-select')
appDiv.append(appTitleAnchor)
Expand Down

0 comments on commit c12762a

Please sign in to comment.