Styling changes for messaging.

This commit is contained in:
Patrick Fic
2020-05-04 12:14:32 -07:00
parent f55f4775d4
commit 782b7fe7f3
14 changed files with 83 additions and 54 deletions

View File

@@ -0,0 +1,5 @@
.chat-conversation {
display: flex;
height: 100%;
flex-direction: column;
}