FlowiseAI / FlowiseChatEmbed

278 stars 1.18k forks source link

CSS Misconfiguration #123

Closed toi500 closed 1 month ago

toi500 commented 3 months ago

There is a small css misconfiguration with the feedback box. Currency there is not margins when you use the Popup HTML script. (700x400px by default).

Now:

.mx-auto { margin-left: auto; margin-right: auto; }

It can be fixed by changing the left and right values to 20px or by injecting .mx-auto { margin: 20px !important; } at the end of index.css

It will fit good with the Popup & Fullpage HTML scripts.

Result:

Screenshot 2024-03-24 155257

toi500 commented 3 months ago

Also, I think it would look better without the header (a bit redundant IMO) where the user can close without leaving a feedback by clicking outside the modal.

Screenshot 2024-03-25 000032

HenryHengZJ commented 1 month ago

made some changes: image

hopefully this works better