-
Notifications
You must be signed in to change notification settings - Fork 30
Added sponsor info text below email input #945
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
Conversation
src/preregister.js
Outdated
| <MailchimpInput/> | ||
|
|
||
| <CovidPopover | ||
| <div id="contact"> |
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.
I would suggest adding 'mobile-hide' to its classes so this doesn't mess with spacing on mobile devices
Right now it has no size-scaling so it looks big on smaller devices & pushes things down (the mobile COVID notice is definitely off-screen for iPhone 5/6/7)
Alternatively I can play around with vertical spacing if you think it's important to have this be visible on mobile
|
Approved b/c of high priority but I highly suggest refining for mobile |
Mobile layout handling should be more pragmatic, so that should be refactored before we re-tweak the entire mobile layout to make room for this notice.
cbaudouinjr
left a comment
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.
|
Will be addressed in #947 |
Added sponsor info text below email input on desktop



Fixes #942
Adds a contact email for sponsors to get in touch w/ the BH team
Although this doesn't have the centering fixes in #938 it does have higher priority than that PR.
Notes