-
Notifications
You must be signed in to change notification settings - Fork 4.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
Social Icons block: reduce or remove gap CSS for logos-only style #35581
Comments
#35586 fixes this one. In addition to making the spacing smaller, it also increases the icon size a little bit. That was the original intent, and appears to have been lost in one of the refactors. Happy to revisit that one if need be. |
Oh, increasing the icons a bit may be worth it! There is both a margin set both on the |
In the latest version of the block editor, those margins :should: be removed entirely and replaced by Edit: I'm going to go with that for now, but I'm easy to find 👌 |
It'd be lovely if we could either reduce the
gap
CSS for the social iconsul
container, or potentially reduce the padding on either/and theli
anda
elements when the block is set to show logos only.I was pointed to this PR which refers to the spacing between icons in the block: #34493
When you set a Social Icons block to show as logos only, the same
gap: 0.5em
applies:As @jasmussen mentioned in that PR, the gap ends up pretty big now - it looks fine when any other style (eg: default) is selected though:
What is your proposed solution?
Could we reduce or fully remove that
gap
CSS for logo-only styles? The gaps are decidedly smaller without it:The text was updated successfully, but these errors were encountered: