diff --git a/code/chat.js b/code/chat.js index 87399417..4217bb32 100644 --- a/code/chat.js +++ b/code/chat.js @@ -456,7 +456,7 @@ window.chat.renderMsg = function(msg, nick, time, team) { var t = ''; var s = 'style="color:'+COLORS[team]+'"'; var title = nick.length >= 8 ? 'title="'+nick+'" class="help"' : ''; - return '
'+t+' <'+nick+'> '+msg+'
'; + return ''+t+' <'+nick+'> '+msg+'
'; } diff --git a/style.css b/style.css index 0fd56217..d271b4c4 100644 --- a/style.css +++ b/style.css @@ -214,6 +214,7 @@ summary { #chat .invisibleseparator { color: rgba(8, 48, 78, 0.0); + overflow: hidden; width: 0px; }