calzoneman / sync

Node.JS Server and JavaScript/HTML Client for synchronizing online media
Other
1.45k stars 235 forks source link

Fix chat width resizing when window is very thin #926

Closed techanon closed 2 years ago

techanon commented 2 years ago

When the window resized to a small width, the chat header buttons would wrap to the next line, but would inline with the chat box itself making it resize to unreadable widths. Changing the header to flex with some minor adjustments prevents the inline wrapping thus the chatbox retains it's intended width.