Closed chrismwendt closed 5 years ago
Does this need to be square?
Heh, yup
Perhaps the webapp CSS should also be fixed so this can't happen
:+1: changing webapp CSS in https://github.com/sourcegraph/sourcegraph/pull/5161
Squared up the icon so it doesn't look stretched between now and when https://github.com/sourcegraph/sourcegraph/pull/5161 is merged.
convert -background none -gravity center icon.png -resize 256x256 -extent 256x256 result.png
I'll also make sure other icons I add are square because customer instances don't have https://github.com/sourcegraph/sourcegraph/pull/5161 yet.
Good thinking!
Similar to https://github.com/sourcegraph/sourcegraph-typescript/pull/230