Skip to content

Commit

Permalink
Shrank modal button font -1px to fit more text in Chromium browsers ↞…
Browse files Browse the repository at this point in the history
… [auto-sync from `adamlui/chatgpt-apps`]
  • Loading branch information
adamlui committed Sep 21, 2024
1 parent fc177ab commit 2687dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.9.21.4
// @version 2024.9.21.5
// @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 @@ -2067,7 +2067,7 @@
+ '[class*="-modal"] h2 { font-weight: bold ; line-height: 32px ; padding: 0 ; margin: 9px 0 14px !important ;'
+ `${ env.browser.isMobile ? 'text-align: center' : 'justify-self: start' }}` // left-align on desktop, center on mobile
+ '[class*="-modal"] p { justify-self: start ; font-size: 20px }'
+ '[class*="-modal"] button { font-size: 14px }'
+ '[class*="-modal"] button { font-size: 13px }'

// Settings modal
+ '#ddgpt-settings {'
Expand Down

0 comments on commit 2687dd2

Please sign in to comment.