jhonnold / node-tlcv

Tom's Live Chess Viewer for CCRL Broadcasts on the web!
https://ccrl.live
MIT License
23 stars 8 forks source link

Relayout chat area entirely with CSS Grid #19

Closed jhonnold closed 3 years ago

jhonnold commented 3 years ago

Fixes an overflow issue that arises with a large number of spectators.

Rather than mixing grid and flexbox, the layout is entirely grid which allows specific heights to be set for the top/bottom rows.