-
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
Set icon image width to 100% for consistency. #24086
Conversation
Size Change: +16 B (0%) Total Size: 1.15 MB
ℹ️ View Unchanged
|
It's not so much that the icon image is not the ideal size, but rather how much padding exists within it. Provided the icon is square, the 'ideal' size is not a big issue (minus performance issues if the image is unnecessarily big). I do agree that we should mention the size somewhere;' if we don't already. If we feel the icons are generally too small, we could bump up the container. It's currently set to I'll merge this for now. Feel free to open up a new issue suggesting an increase in container size :). |
Description
This PR enforces
width: 100%
on the block directory icon.Fixes: #24008
This problem was only visible when editing full mode because a global style in the block editor was keeping it together:
That style does not exist in full editor mode.
How has this been tested?
Hand tested locally. :)
Screenshots
Types of changes
CSS update.
Checklist: