Looks like images are screwed up right now on desktop:

there's a css rule being applied to them that makes them always 100% of screen width, no matter what size they were originally
this makes some threads kinda difficult to read on desktop:

as images become very tall and pixelated when stretched to fit 100% of the screen
the rule that needs to be reverted is here:
.embedImage-img {
height: auto;
display: inline-flex;
position: relative;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 100%;
max-height: none;
}
the
width:100%
needs to be removed to make images appear at their natural dimensions
Posts
Edit: Yup, even images hosted elsewhere get their scaling all borked up. Removed all images from my sig until this gets fixed.
Old PA forum lookalike style for the new forums | My ko-fi donation thing.