-
Notifications
You must be signed in to change notification settings - Fork 47.5k
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
Tweaked landing page styles #19665
Tweaked landing page styles #19665
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 47b5778:
|
6b03e08
to
0fc09e2
Compare
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 @bvaughn!
|
||
.Column { | ||
margin: 2rem; | ||
margin-right: 0; |
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.
Hm. Narrow layouts were much more broken before, FWIW. (Broke at a much less narrow width.)
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.
We can iterate on this later 😄 I'm on PTO atm because I'm moving, so I'm going to land this change as-is to unblock the loading spinner work. Will iterate more when I'm back in the office :)
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.
Narrow layouts were much more broken before, FWIW
Yeah, it definitely was 😆 Thanks for fixing this!
Co-authored-by: E-Liang Tan <[email protected]>
* Tweaked landing page styles * Update GitHub link Co-authored-by: E-Liang Tan <[email protected]>
Follow up for #19634
Better match style conventions within other DevTools packages, remove some unnecessary wrapper DOM elements, improve resize behavior, etc.
cc @kartikcho @taneliang
Before
After