Fix prompt field width
issues (full width flash)
#84
Labels
Bug
Something isn't working
Customization: Width
GPThemes Customization area related to Custom Widths
Status: Already Implemented
A proposal which has already been implemented before
The prompt field is currently displaying as full width for a second when the page is refreshed, or it remains full width all the time when the floating button is not loaded (when there's React minified error on the ChatGPT side #65). This issue is due to recent changes in the ChatGPT code, which do not define the width of the prompt field precisely. To address this, the prompt field's width has been set to
initial
, and now it has to be amax-width
of48rem
.initial
to48rem
for css and js (custom width defaults)The text was updated successfully, but these errors were encountered: