diff --git a/www/css/channel.css b/www/css/channel.css index 0190938..0ebc2c3 100644 --- a/www/css/channel.css +++ b/www/css/channel.css @@ -264,6 +264,7 @@ span.user-entry{ .toke{ text-align: center; + margin: 0.2em auto; font-size: 9pt; } diff --git a/www/js/channel/chatPostprocessor.js b/www/js/channel/chatPostprocessor.js index 336d6db..8effde8 100644 --- a/www/js/channel/chatPostprocessor.js +++ b/www/js/channel/chatPostprocessor.js @@ -103,7 +103,7 @@ class chatPostprocessor{ this.chatEntry.querySelector('.chat-entry-username').remove(); //Add toke/tokewhisper class - this.chatEntry.classList.add(this.rawData.type); + this.chatBody.classList.add(this.rawData.type); } } } \ No newline at end of file