Chat upgraded for dice rolls and system messages
This commit is contained in:
5
src/app/chat/chat.component.css
Normal file
5
src/app/chat/chat.component.css
Normal file
@@ -0,0 +1,5 @@
|
||||
#chat-log {
|
||||
height: calc(99% - 34px);
|
||||
overflow-y: scroll;
|
||||
background-color: goldenrod;
|
||||
}
|
||||
Reference in New Issue
Block a user