Closed RiedleroD closed 3 years ago
How about replacing the text with emojis?
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.
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>
andflex-wrap:wrap;
to the<div>
it's in.Here's a screenshot of how that looks.