soscripted / sox

Stack Overflow Extras: a userscript for the Stack Exchange websites to add a bunch of optional toggle-able features
http://stackapps.com/q/6091/
MIT License
72 stars 15 forks source link

Add a <br> after the inline image #441

Closed double-beep closed 4 years ago

double-beep commented 4 years ago

Test the bug on this MSO comment.

Before:

image

After:

image

shu8 commented 4 years ago

Thanks! I think it might be better to add a display: block to the sox-autoShowCommentImages-image class rather than using a line break here though, and then we should be able to get rid of the <br> that's already there before the image too

double-beep commented 4 years ago

OK, done!

shu8 commented 4 years ago

Merged! :)