nolanlawson / pinafore

Alternative web client for Mastodon (UNMAINTAINED)
https://pinafore.social
GNU Affero General Public License v3.0
1.02k stars 173 forks source link

Retweet button is smaller than others - `fa-retweet` is not a square #2293

Closed xnuk closed 1 year ago

xnuk commented 1 year ago

Size of the retweet button is 2048x1792:

https://github.com/nolanlawson/pinafore/blob/380d2a0d451cd6d74483a44fb5ef5f4a263c728b/src/thirdparty/font-awesome-svg-png/white/svg/retweet.svg#L1

While sizes of all IconButtons are 24x24px (or smaller square sizes):

https://github.com/nolanlawson/pinafore/blob/380d2a0d451cd6d74483a44fb5ef5f4a263c728b/src/routes/_components/IconButton.html#L31-L36

That makes bit smaller than other icons.

nolanlawson commented 1 year ago

thanks for opening the issue! This looks like a duplicate of #916.

Currently I would prefer not to do hacks just for a particular icon; I would rather fix the source svg.