In response to blip #127280
SNPtheCat said:
it does push the sample/fit/original button over to the next line when the score is above 99. Probably fixable by shrinking that button horizontally
dang, your screen width really is small, I wasn't even getting that on 20k+ posts... try:
#image-resize-selector { font-size: 100%; width: 93%; height: 1.75rem; } .post-score { padding:0 .25rem }
that's just about the best you can do without making it look weird or changing the font size of anything, only a handful of pixels saved but it might be enough. if it's not, lowering that font-size value should save a bit more.