Skip to content

Commit 6585d9b

Browse files
committed
Updated ChatGPT Hidden Header y-padding
1 parent d5caa53 commit 6585d9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chatgpt-widescreen/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 }`}

chatgpt-widescreen/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)