almost chatbox

This commit is contained in:
cuom1999 2020-03-20 22:48:04 -06:00
parent dd34f474a5
commit 92d94af520
7 changed files with 107 additions and 40 deletions

View file

@ -7,6 +7,7 @@
overflow-wrap: break-word;
overflow-y: scroll;
}
#loader {
display: block;
margin-left: auto;
@ -16,6 +17,7 @@
#chat-log {
padding: 0;
padding-top: 2em;
width: 100%;
}
@ -61,8 +63,9 @@
.clear {
clear: both;
}
.message {
.content-message {
word-wrap: break-word;
white-space: pre-line;
}