File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
chatgpt-widescreen/firefox/extension/lib Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,6 @@ window.styles = {
6969 const tcbHeight = tcbMinHeight + (
7070 ( site == 'chatgpt' ? 68 : 80 ) - tcbMinHeight ) * config . tallerChatboxHeight / 100
7171 return ( async ( ) => config . extensionDisabled || config [ `${ env . site } Disabled` ] ? '' : `
72- ${ site != 'chatgpt' ? ''
73- : `main { /* prevent h-scrollbar on sync.mode('fullWindow) => delayed chatbar.tweak() */
74- overflow: clip !important }
75- ${ ! await chatbar . is . dark ( ) ? '' // color 'Attach File' white
76- : `svg:has(path[d^="M9 7C9 4.238"]) + span { color: white }` } `}
7772 ${ config . tcbDisabled ? '' // heighten chatbox
7873 : `${ site == 'chatgpt' ? `div[class*=prose]:has(${ selectors . input } )` : selectors . input }
7974 { max-height: ${ tcbHeight } vh }
You can’t perform that action at this time.
0 commit comments