In response to blip #127279

dba_afish said:
aight, I updated it to also overwrite the star fav button.

my garbage laptop died on me when I was working on that so I just stopped at the bigger button earlier. doing precise CSS stuff like this on mobile alone is pretty much impossible.

Heck yeah! Update definitely works, though 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

Responses

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.

  • 1