Prettied up tokebot callouts
This commit is contained in:
parent
ffd2094f16
commit
3902554e6b
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue