Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Minor visual chat improvements #246

Closed Sanquinary closed 5 years ago

Sanquinary commented 5 years ago

Title Added word-break, less transparency of chat window and fixed better handling of it

Description Transparency is now configured in it's own class element semiTransparent and not directly in client/chat/chat.js Messages now gets broken anywhere if it exceeds chat width. (previously it only broke if character had space after)