Skip to content

Commit 94917b6

Browse files
committed
Reduced settings modals' bottom gap ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent e0052ee commit 94917b6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chatgpt/chatgpt-widescreen/chatgpt-widescreen-mode.user.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
// @description:zu Thuthukisa iChatGPT ngemodi zesikrini ezibanzi/egcwele/ephezulu + imodi yokuvimbela i-spam. Futhi isebenza ku-poe.com!
236236
// @author Adam Lui
237237
// @namespace https://github.com/adamlui
238-
// @version 2025.9.28
238+
// @version 2025.9.28.1
239239
// @license MIT
240240
// @icon https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon48.png?v=844b16e
241241
// @icon64 https://assets.chatgptwidescreen.com/images/icons/widescreen-robot-emoji/icon64.png?v=844b16e
@@ -539,6 +539,7 @@
539539
const settingsModal = modals.alert(
540540
`${category.symbol} ${category.label}`, '<ul></ul>', undefined, undefined, 365)
541541
settingsModal.classList.add(`${app.slug}-settings-modal`)
542+
settingsModal.style.cssText += 'padding-bottom: 10px !important'
542543

543544
// Create entries
544545
const settingsUL = settingsModal.querySelector('ul'),
@@ -757,7 +758,7 @@
757758
}
758759
.${app.slug}-settings-modal h2 { text-align: center }
759760
.${app.slug}-settings-modal ul { /* entries list */
760-
cursor: pointer ; font-size: 18px ; margin: 16px 0 -10px ; min-height: 100px ; list-style: none }
761+
cursor: pointer ; font-size: 18px ; margin: 16px 0 -10px ; list-style: none }
761762
.${app.slug}-settings-modal li { /* entry row */
762763
color: ${ env.ui.scheme == 'dark' ? 'rgb(255,255,255,0.65)' : 'rgba(0,0,0,0.45)' };
763764
height: 37px ; padding: 6px 10px 4px ; font-size: 15.5px ; align-content: center ;

0 commit comments

Comments
 (0)