-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
style: various little tweaks to home screen stylin' #11650
style: various little tweaks to home screen stylin' #11650
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.
Thanks for the quick fixes!
Codecov Report
@@ Coverage Diff @@
## master #11650 +/- ##
==========================================
+ Coverage 62.27% 66.57% +4.30%
==========================================
Files 873 873
Lines 42302 42312 +10
Branches 3970 3970
==========================================
+ Hits 26342 28171 +1829
+ Misses 15780 14043 -1737
+ Partials 180 98 -82
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@nytai @ktmud Regarding Tai's layout issue, I think we need to take another look at the card layout... it's got a few other issues around responsiveness that I'm not stoked on. But that's a tougher game than these other easy wins. Any other small tweaky things, or shall we merge this batch o' fixes? Thanks for the fresh eyes on this! |
👍 thanks for fixing the border radii, your css-fu is strong. Totally ok with punting on the card layout stuff, it's not exactly an easy fix. I think we're also waiting for a design for smaller cards as the consensus is that there should be more information density in these views. |
* adding bottom padding * making light gray backgrounds match * vertical centering of empty state content. * linting ✨ * fixing card radii * fixing corner radius... thumb was covering corner border.
SUMMARY
Shadows were getting cut off... this PR adds a little more room for them, as we did with other cards. This also adds a little gutter room between sections, which is nice... and is now more consistent!
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TEST PLAN
👀 visual sanity check.
ADDITIONAL INFORMATION