-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix for login page ready #2420
fix for login page ready #2420
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks way better on mobiles than before, good job 👍 While testing on iPhone X I saw that some text still spills out of the page, I think it would be best to put this "More information" section under first text block. Also 3 last images at the bottom of the page should be centered horizontally the same as images above.
onClose: (value: boolean) => void; | ||
message: string; | ||
message: string | ReactNode; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What was the reason for this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
79cb875
to
a1662cf
Compare
Just did the rebase with main: if CI passes then I'll merge. |
#2297