Add padding to typing message.

This commit is contained in:
Danila Fedorin 2018-12-15 18:14:40 -08:00
parent 55f40d5a51
commit 2529f6f7ae

View File

@ -123,6 +123,10 @@ div.room-wrapper {
flex-direction: column; flex-direction: column;
} }
div.typing-wrapper {
padding: 5px;
}
/* /*
* The message input and send button. * The message input and send button.
*/ */