Prettied up tokebot callouts

This commit is contained in:
rainbow napkin 2024-12-13 22:19:43 -05:00
parent ffd2094f16
commit 3902554e6b
2 changed files with 2 additions and 1 deletions

View file

@ -264,6 +264,7 @@ span.user-entry{
.toke{ .toke{
text-align: center; text-align: center;
margin: 0.2em auto;
font-size: 9pt; font-size: 9pt;
} }

View file

@ -103,7 +103,7 @@ class chatPostprocessor{
this.chatEntry.querySelector('.chat-entry-username').remove(); this.chatEntry.querySelector('.chat-entry-username').remove();
//Add toke/tokewhisper class //Add toke/tokewhisper class
this.chatEntry.classList.add(this.rawData.type); this.chatBody.classList.add(this.rawData.type);
} }
} }
} }