Add padding to typing message.

This commit is contained in:
Danila Fedorin 2018-12-15 18:14:40 -08:00
parent 55f40d5a51
commit 2529f6f7ae
1 changed files with 4 additions and 0 deletions

View File

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