tzhf / chatguessr

A Twitch chatbot for GeoGuessr.
https://chatguessr.com
MIT License
38 stars 9 forks source link

Add "ordered by guess time" label when multiguess is on #34

Closed ReAnnannanna closed 1 year ago

ReAnnannanna commented 1 year ago

image

It also reworks the styling a bit with CSS grid. The buttons are now in the grid so there is no need for position: absolute hacks.

ReAnnannanna commented 1 year ago

The scoreboard header can now have different heights, and the score table doesn't adapt to this. I think that's hard to do with the current implementation. It still always shows all the scores, just has weird padding sometimes, so it's acceptable IMO. we can do it correctly if/when we move to vue