ScoreSaber / scoresaber-frontend

MIT License
87 stars 16 forks source link

Remove max height from bio. #66

Closed ThaNightHawk closed 2 years ago

ThaNightHawk commented 2 years ago

Might want to do a check between editing and just showing.

JiveOff commented 2 years ago

I do not think it is a good idea to remove the max-height like you did. When I visit a player's profile, I am not here to read their beautiful bio, I am here to see how gamer they are.

What you could do is making a Svelte conditional class that applies this max-height only when we are not editing or previewing the bio. Google is your friend and you'll learn a lot about Svelte front-end dev. 👍