oengusio / oengus-webapp

Frontend for oengus
https://oengus.io
GNU Affero General Public License v3.0
5 stars 4 forks source link

fix lopsided borders on user link images #71

Closed themoonisacheese closed 11 months ago

themoonisacheese commented 1 year ago

Profile images displayed in the submitted runs view have a lopsided border: image

this is because these images use padding to indent text to the right of them, incorrectly: image

this padding pushes the center of the border computed by at least Firefox 115.5.0esr (64-bit) to the right, which makes the circle lopsided.

This PR changes the padding to a margin, which fixes the issue and is more semantically correct: image