next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/left-sidenav/chat.component.scss

20 lines
322 B
SCSS
Raw Normal View History

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;
}