-
Notifications
You must be signed in to change notification settings - Fork 6
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
Signuppage ui fix #144
Signuppage ui fix #144
Conversation
Honestly idk what's different - probably line endings.
Deploy preview for hkn-ucsd-portal-dev ready! Built with commit 95432ca |
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.
Lgtm. Just wanted to ask more about the css stuff you used, hopefully I can learn from that.
signUpButton: { | ||
marginTop: '10px', | ||
signUp: { | ||
marginTop: 8, |
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 does 8 mean here? 8 pixels?
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.
yeah 8 converts to px for material ui css :)
marginTop: '37px', | ||
marginBottom: '37px', | ||
paddingBottom: '20px', | ||
[theme.breakpoints.up('sm')]: { |
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 is this? Just curious cuz I really don't know LOL
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.
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.
just a nice wrapper around media queries that mui gives us
* Add autochanged tsconfig. * Make signup page responsive. * Drop minWidth on dropdowns to prevent overflow.
* Add autochanged tsconfig. * Make signup page responsive. * Drop minWidth on dropdowns to prevent overflow. Rebase commits from modal_refactor onto master
closes #140
kinda wip but you can preview it now - I'll go ahead and fix the minwidth stuff on the dropdown as well
edit: completely done :)