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 = {
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 }` }
Original file line number Diff line number Diff 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 }` }
You can’t perform that action at this time.
0 commit comments