Finished up with toke logic.

This commit is contained in:
rainbow napkin 2024-12-13 22:07:00 -05:00
parent d85f906a69
commit ffd2094f16
5 changed files with 60 additions and 14 deletions

View file

@ -151,6 +151,7 @@ p.panel-head-element{
.chat-entry{
display: flex;
align-content: center;
font-size: 10pt;
}
.chat-entry-username{
@ -196,7 +197,7 @@ span.user-entry{
}
.whisper{
font-size: 0.7em;
font-size: 7pt;
}
.announcement{
@ -259,4 +260,13 @@ span.user-entry{
height: 2em;
padding: 0;
margin: 0.5em;
}
.toke{
text-align: center;
font-size: 9pt;
}
.tokewhisper{
font-size: 9pt;
}