You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I doubt that squish is intended, if it's not then I propose updating the icon so it has the same width/height. I've created a fixed version of the icon on my own for consideration which you can see in the designs section
Is your enhancement related to a problem? Please describe.
The icon shown in the main WP sidebar for the plugin seems to be very slightly squished width-wise. I found the source SVG at "assets/img/icon.svg" and it seems like it's being set to 36px by 39px in the SVG:
https://github.com/10up/distributor/blob/develop/assets/img/icon.svg
I doubt that squish is intended, if it's not then I propose updating the icon so it has the same width/height. I've created a fixed version of the icon on my own for consideration which you can see in the designs section
It looks like there's also the data URI versions that will need to be updated accordingly in these files:
https://github.com/10up/distributor/blob/develop/includes/external-connection-cpt.php#L665
https://github.com/10up/distributor/blob/develop/includes/settings.php#L309
I'm also not sure if this javascript version will need to be updated as well:
https://github.com/10up/distributor/blob/develop/assets/js/components/plugin-icon.js
Those are all the references to the current icon I could find at a quick glance, but you'll want to check for others
Designs
Existing Icon:
Updated Icon:
Example of current icon in the menu:
Example of updated icon in the menu:
Describe alternatives you've considered
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: