-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Block Directory: Fix downloadable block item alignment #65677
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Size Change: +28 B (0%) Total Size: 1.77 MB
ℹ️ View Unchanged
|
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.
LGTM 🚀 thank you!
packages/block-directory/src/components/downloadable-block-list-item/style.scss
Show resolved
Hide resolved
Co-authored-by: Marco Ciampini <[email protected]>
* Block Directory: Fix downloadable block item alignment * Add a comment to explain the extra margin Co-authored-by: Marco Ciampini <[email protected]> * Fix indentation --------- Co-authored-by: Marco Ciampini <[email protected]> Co-authored-by: tyxla <[email protected]> Co-authored-by: ciampo <[email protected]>
I just cherry-picked this PR to the wp/6.7 branch to get it included in the next release: 4188bbb |
What?
Fixes an alignment issue while installing custom block plugins from the block directory.
Why?
Just fixing a bug that I encountered while reviewing #65467 (review).
How?
We're adding some margin to the block icon's top element while installing. The reason is that while installing, we're hiding the rating bar, which is a bit wider (6px) than the icon container. When the rating bar is removed, it makes the icon container smaller, and that makes the rest of the content jump a bit. By adding those
6px
when installing the block, we keep the consistency.Ideally, this would refactor the markup, maybe keep more of the block icon, and make a better "installing" state, but this is work for another PR. For now, I'm just fixing a bug so it gets into WP 6.7.
Testing Instructions
Testing Instructions for Keyboard
Same.
Screenshots or screencast
Screen.Recording.2024-09-26.at.16.10.16.mov
Screen.Recording.2024-09-26.at.16.09.27.mov