Skip to content

Commit fa504b1

Browse files
committed
Deleted no-longer needed ChatGPT styles (fixes adamlui/chatgpt-widescreen#192)
1 parent 91dba0a commit fa504b1

File tree

1 file changed

+0
-5
lines changed
  • chatgpt-widescreen/firefox/extension/lib

1 file changed

+0
-5
lines changed

chatgpt-widescreen/firefox/extension/lib/styles.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }

0 commit comments

Comments
 (0)