File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ window.styles = {
101101 return config . extensionDisabled || config [ `${ site } Disabled` ] ? '' : {
102102 chatgpt : `
103103 ${ outerDivSelector } { max-width: ${ wsWidth } px !important } /* widen outer div */
104- div[class*=tableContainer] { min-width: 100vw } /* widen tables */
105- div[class*=tableWrapper] { min-width: ${ wsWidth } px }
106- div[class*=tableWrapper] > table { width: 100% }` ,
104+ /* widen tables */
105+ div[class*=tableContainer] { margin: 0 ; width: auto }
106+ div[class*=tableWrapper] { margin: 0 ; min-width: ${ wsWidth } px }
107+ div[class*=tableWrapper] > table { width: 100% }` ,
107108 poe : `
108109 ${ outerDivSelector } { width: calc(${ wsWidth } px - 4%) !important } /* widen outer div */
109110 div[class^=Message] { max-width: 100% !important }` // widen speech bubbles
Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ window.styles = {
101101 return config . extensionDisabled || config [ `${ site } Disabled` ] ? '' : {
102102 chatgpt : `
103103 ${ outerDivSelector } { max-width: ${ wsWidth } px !important } /* widen outer div */
104- div[class*=tableContainer] { min-width: 100vw } /* widen tables */
105- div[class*=tableWrapper] { min-width: ${ wsWidth } px }
106- div[class*=tableWrapper] > table { width: 100% }` ,
104+ /* widen tables */
105+ div[class*=tableContainer] { margin: 0 ; width: auto }
106+ div[class*=tableWrapper] { margin: 0 ; min-width: ${ wsWidth } px }
107+ div[class*=tableWrapper] > table { width: 100% }` ,
107108 poe : `
108109 ${ outerDivSelector } { width: calc(${ wsWidth } px - 4%) !important } /* widen outer div */
109110 div[class^=Message] { max-width: 100% !important }` // widen speech bubbles
You can’t perform that action at this time.
0 commit comments