add time format for chat box

This commit is contained in:
cuom1999 2020-03-20 15:34:33 -06:00
parent 112f2b57c3
commit dd34f474a5
4 changed files with 45 additions and 22 deletions

View file

@ -1,5 +1,4 @@
#chat-log {
padding: 0;
#chat-box {
border: 1px solid #ccc;
border-radius: 4px;
height: 20em;
@ -8,6 +7,17 @@
overflow-wrap: break-word;
overflow-y: scroll;
}
#loader {
display: block;
margin-left: auto;
margin-right: auto;
width: 4%;
}
#chat-log {
padding: 0;
width: 100%;
}
#chat-log li {
list-style-type: none;