File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ window.styles = {
81
81
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' } `}
82
82
${ ! config . hiddenHeader ? ''
83
83
: `${ 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 }' : '' } ` }
85
85
${ ! config . hiddenFooter ? ''
86
86
: `${ selectors . footer } ${ site != 'poe' ? `, ${ selectors . btns . help } ` : '' }
87
87
{ display: none }` }
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ window.styles = {
81
81
'div#thread-bottom-container { position: absolute ; bottom: 0 }' : '' } `}
82
82
${ ! config . hiddenHeader ? ''
83
83
: `${ 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 }' : '' } ` }
85
85
${ ! config . hiddenFooter ? ''
86
86
: `${ selectors . footer } ${ site != 'poe' ? `, ${ selectors . btns . help } ` : '' }
87
87
{ display: none }` }
You can’t perform that action at this time.
0 commit comments