add time format for chat box
This commit is contained in:
parent
112f2b57c3
commit
dd34f474a5
4 changed files with 45 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue