-
-
Notifications
You must be signed in to change notification settings - Fork 91
Issue488: Fix multiple authors text and avatar alignment #493
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
Issue488: Fix multiple authors text and avatar alignment #493
Conversation
|
@bebatut could you please review this PR? ❤️ |
Gemfile.lock
Outdated
| jekyll-feed (~> 0.9) | ||
| jekyll-seo-tag (~> 2.1) | ||
| minitest (5.16.1) | ||
| nokogiri (1.13.9-arm64-darwin) |
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.
As in the other Pull Request, could you revent your changes ou this file? Thanks
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.
will do
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.
@bebatut I believe this one is fixed 🙂 and hopefully ready to be approved and merged 😆
| border-radius: 50%; | ||
| margin-left: 0.25em; | ||
| margin-right: 0.25em; | ||
| vertical-align: middle; |
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.
Nice solution :)
|
Thanks @vasconsaurus for the fixed there |
|
@bebatut there were some bumps along the way, but I'm really happy it worked out ok in the end 🙂 |
closes #488
What this PR does
This aligns text and avatars by their middle.
How/Why
It was looking a bit messy, so I just added a
vertical-alignmenttopeople-badgeImage of the new behavior 😉