2019-10-28 07:45:07 +00:00
|
|
|
.app-layout-chat-left-sidenav-chat-header {
|
|
|
|
width: 100%;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-layout-chat-left-sidenav-chat-list {
|
|
|
|
height: calc(100% - 50px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-layout-chat-left-sidenav-chat-list-viewport {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-10-10 05:50:58 +00:00
|
|
|
.room-name {
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|