add css for message.componenet and private.component - error when insert group icon for general room
This commit is contained in:
parent
febf812963
commit
ae3c3456c5
5 changed files with 29 additions and 9 deletions
|
|
@ -0,0 +1,9 @@
|
|||
.btn-group{
|
||||
height: 60px;
|
||||
padding-bottom: 10px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
.user-list-card{
|
||||
height: calc(100% - 80px);
|
||||
}
|
||||
Reference in a new issue