-
Notifications
You must be signed in to change notification settings - Fork 65
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 Network Buttons: Add dedicated icon/padding/margin fields #1161
Social Network Buttons: Add dedicated icon/padding/margin fields #1161
Conversation
Margin was ommited due to how reliant it is on the alignment setting.
We need to come up with some new default settings. |
The new defaults should ideally be px based to avoid inconsistent sizing between sites. The migration code will migrate the previously selected settings and retain em so there's no need to stick with em for the new defaults. |
Removed rounding changes. We'll come up with values that work better in a future PR. |
I'm going to close this PR for the time being. While removing Rounding did make this PR much simpler overall, there are still some complications with margins still make it a tricky change. We may pick this back up later based on community feedback. |
Resolve #1147
Background to change