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 @@ -37,7 +37,7 @@ window.styles = {
37
37
chatgpt : `main form { max-width: ${
38
38
toWiden ? wcbWidth : window . wsMinWidth - 128 } px !important ; margin: auto }`,
39
39
poe : toWiden && `[class*=ChatHomeMain_inputContainer], [class^=ChatPageMainFooter_footerInner] {
40
- width: ${ wcbWidth } px ; margin-right: 15px }`
40
+ width: ${ wcbWidth } px !important ; margin-right: 15px }`
41
41
} [ site ]
42
42
}
43
43
} ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ window.styles = {
37
37
chatgpt : `main form { max-width: ${
38
38
toWiden ? wcbWidth : window . wsMinWidth - 128 } px !important ; margin: auto }`,
39
39
poe : toWiden && `[class*=ChatHomeMain_inputContainer], [class^=ChatPageMainFooter_footerInner] {
40
- width: ${ wcbWidth } px ; margin-right: 15px }`
40
+ width: ${ wcbWidth } px !important ; margin-right: 15px }`
41
41
} [ site ]
42
42
}
43
43
} ,
You can’t perform that action at this time.
0 commit comments