Closed themoonisacheese closed 11 months ago
Profile images displayed in the submitted runs view have a lopsided border:
this is because these images use padding to indent text to the right of them, incorrectly:
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:
Profile images displayed in the submitted runs view have a lopsided border:
this is because these images use padding to indent text to the right of them, incorrectly:
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: