Chat upgraded for dice rolls and system messages

This commit is contained in:
2020-07-27 17:09:18 +02:00
parent 2598e5864e
commit 92644d9008
35 changed files with 304 additions and 125 deletions

View File

@@ -0,0 +1,5 @@
#chat-log {
height: calc(99% - 34px);
overflow-y: scroll;
background-color: goldenrod;
}