-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Height aligned 2 buttons in manager's header #1769
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1769 +/- ##
==========================================
+ Coverage 21.14% 21.14% +<.01%
==========================================
Files 252 252
Lines 5694 5693 -1
Branches 682 689 +7
==========================================
Hits 1204 1204
+ Misses 3992 3962 -30
- Partials 498 527 +29
Continue to review full report at Codecov.
|
@marchdoe Would you like to review this one? |
Thank you @usagi-f, awesome PR, very clear what it does and I'm sure we can get this merged real soon and end this atrocity to your eyes. 👨🎨 I want to give some new members on the team the opportunity to review and merge for the first time. |
@usagi-f - I am trying to recreate the issue and am not able to. I am on Chrome Version 60.0.3112.113 (Official Build) (64-bit) (MacOS) Great work on this! Everything looks great in the PR. The only thing I noticed that I was more curious about than anything was the nesting of Flex. Is it possible to achieve the same display without nesting? |
Maybe the issue only appears when zooming? |
@marchdoe I also reviewed it in the same environment. (60.0.3112.113 / 64-bit / MacOS) And, Thank you for review on CSS too. But, I think the nested flexbox is not a bad thing. By doing this, eliminate the Magic-Number of padding, and The height becomes flexible. How about you think this...? |
@usagi-f - awesome, sounds good to me, lets get this into master! cc @ndelangen |
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.
Looks awesome to me
@marchdoe you can press 'Update branch' and then wait for the CI to finish and then press 'Merge' 😄👍 |
Congrats on your first merge as maintainer 👍 |
Thanks to everyone of the maintainers! 😆 I hope the storybook will be a valuable product! |
This PR is nitspick.
The height of the 2 buttons are not aligned in Chrome.
I am a designer, this feel sick to me...
ScreenShot in Chrome
ScreenShot in Safari
What I did
Using flexbox
After
ScreenShot in Chrome
ScreenShot in Safari
How to test
Yes, maybe by storyshots.
No.
No.
I'm contributing to this repository for the first time.
Sorry, I did not fully understand if there are other files that need to be changed.