Skip to content

Commit 862941e

Browse files
committed
Updated ChatGPT Hidden Header y-padding ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-widescreen]
1 parent de26fee commit 862941e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chromium/extension/lib/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ window.styles = {
8181
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' }`}
8282
${ !config.hiddenHeader ? ''
8383
: `${selectors.header} { display: none !important }
84-
${ site == 'chatgpt' ? 'div[class*=--header-height] { padding-top: 56px }' : '' }`}
84+
${ site == 'chatgpt' ? 'div[class*=--header-height] { padding-top: 52px }' : '' }`}
8585
${ !config.hiddenFooter ? ''
8686
: `${selectors.footer}${ site != 'poe' ? `, ${selectors.btns.help}` : '' }
8787
{ display: none }`}

firefox/extension/lib/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ window.styles = {
8181
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' }`}
8282
${ !config.hiddenHeader ? ''
8383
: `${selectors.header} { display: none !important }
84-
${ site == 'chatgpt' ? 'div[class*=--header-height] { padding-top: 56px }' : '' }`}
84+
${ site == 'chatgpt' ? 'div[class*=--header-height] { padding-top: 52px }' : '' }`}
8585
${ !config.hiddenFooter ? ''
8686
: `${selectors.footer}${ site != 'poe' ? `, ${selectors.btns.help}` : '' }
8787
{ display: none }`}

0 commit comments

Comments
 (0)