VChet / StyleBase

UserCSS theme sharing site
https://stylebase.cc
MIT License
20 stars 1 forks source link

overview: style card star count clashes with update time if either is too long #18

Closed RiedleroD closed 3 years ago

RiedleroD commented 3 years ago

context: I have a pretty small display, so I might be the only one that cares, but it currently looks like this.

Since that's kinda ugly and hard to read, I have already made a solution (in raw css because I can't do js, sorry, no PR for you today):

You have to set margin-right:0.75em (or more or less, idc) to the star <span> and flex-wrap:wrap; to the <div> it's in.

Here's a screenshot of how that looks.

VChet commented 3 years ago

How about replacing the text with emojis? imageimage

RiedleroD commented 3 years ago

That's also a great idea (definitely implement that), but someone somewhere (who has a tiny screen with a huge font) will still have the issue I had, which means adding my proposed solution along with emojis would probably be best.

VChet commented 3 years ago

Fixed in 4.0.1