- Gitea version 1.12.4
- Git version: N/A
- Operating system: Archlinux, Firefox 83.0a1
- Database (use
[x]):
- Can you reproduce the bug at https://try.gitea.io:
Description
The profile image inside the commit signature message is stretched.
It seems if I change this width to 16px using inspect element that the error is fixed. I haven't tried editing the less file and recompiling yet though.
Screenshots
Image on my gitea instance (1.12.4)

Image from try.gitea.io:

If I apply this change (width: 16px)

the avatar seems to be correct again:

[x]):Description
The profile image inside the commit signature message is stretched.
It seems if I change this width to
16pxusing inspect element that the error is fixed. I haven't tried editing the less file and recompiling yet though.gitea/web_src/less/_repository.less
Line 1484 in 14e7186
Screenshots
Image on my gitea instance (1.12.4)

Image from try.gitea.io:

If I apply this change (

width: 16px)the avatar seems to be correct again:
