add css for message.componenet and private.component - error when insert group icon for general room

This commit is contained in:
vankhaiphan 2021-06-02 09:23:16 +02:00
parent febf812963
commit ae3c3456c5
5 changed files with 29 additions and 9 deletions

View file

@ -0,0 +1,9 @@
.btn-group{
height: 60px;
padding-bottom: 10px;
display: flex;
flex-direction: row;
}
.user-list-card{
height: calc(100% - 80px);
}