Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Misconfiguration #123

Open
toi500 opened this issue Mar 24, 2024 · 2 comments
Open

CSS Misconfiguration #123

toi500 opened this issue Mar 24, 2024 · 2 comments

Comments

@toi500
Copy link

toi500 commented Mar 24, 2024

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
Copy link
Author

toi500 commented Mar 24, 2024

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
Copy link
Contributor

made some changes:
image

hopefully this works better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants