feature: messages one to one

This commit is contained in:
gaelle morin
2021-01-12 18:10:31 +01:00
parent acc331b202
commit d597bd6d4a
4 changed files with 29 additions and 23 deletions

View File

@ -0,0 +1,3 @@
.chat-view {
height: calc(100vh - 72px - 78px);
}

View File

@ -49,3 +49,4 @@ solid-display>div {
@import 'left-nav/_index';
@import 'content/_index';
@import 'about/_index';
@import 'chat/_index';