Closed joeyak closed 5 years ago
During the first run of this server, I had trouble reading the text because the words were so close together. Adding a padding or margin around the words would work. We could do it like twitch does
.chat-line__message, .chat-line__moderation, .chat-line__status { padding: .5rem 2rem; word-wrap: break-word; }
Maybe flexbox to do the chat https://www.w3schools.com/csS/css3_flexbox.asp https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Or maybe use css grid like https://github.com/zorchenhimer/MovieNight/issues/23
During the first run of this server, I had trouble reading the text because the words were so close together. Adding a padding or margin around the words would work. We could do it like twitch does