-
-
Notifications
You must be signed in to change notification settings - Fork 203
Mobile optimizations #2496
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
Mobile optimizations #2496
Conversation
nojaf
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.
docs/.style/homepage.sass
Outdated
| top: 50% | ||
| left: 50% | ||
| transform: translate(-50%, -50%) | ||
| @include media-breakpoint-up(lg) |
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.
Use md here, we really just don't want it on mobile.
docs/.style/homepage.sass
Outdated
| margin: 0 1rem | ||
| margin-bottom: 1rem | ||
|
|
||
| .card |
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 don't like this fix, this works by accident, if is was a tweet and card that were stacked up on mobile this might not work.
You want to change the col-md-4 div to col-md-4 mt-4 mt-md-0. The second and third columns should push on mobile but not for md and higher.
|
@alanlomeli I found out we can solve the menu height problem by modifying the max height: |
44429b1 to
181e326
Compare
|
Thanks for the help :) |
Typing text hidden on mobile Community sponsors optimized on mobile Removal of news menu item Minor tweaks
Long scrollbar on docs sidebar menu fixed Different fix for cards padding
181e326 to
25c2e12
Compare
nojaf
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.
Thanks!


(#2317)
Typing text hidden on mobile
Community sponsors optimized on mobile
Removal of news menu item
Minor tweaks
WIP: Still figuring out why the docs sidebar scrolls