2019-11-05 13:46:17 +09:00
|
|
|
.current-head {
|
|
|
|
h3 {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-left: 10px;
|
2019-10-31 19:17:29 +09:00
|
|
|
align-items: center;
|
2019-12-17 09:18:48 +09:00
|
|
|
color: #ffffff;
|
2019-10-31 19:17:29 +09:00
|
|
|
}
|
2019-11-05 13:46:17 +09:00
|
|
|
.btn-box {
|
2019-10-31 19:17:29 +09:00
|
|
|
height: 100%;
|
|
|
|
margin-left: auto;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2019-10-10 14:50:58 +09:00
|
|
|
}
|
2019-10-29 19:06:25 +09:00
|
|
|
|
2019-10-31 19:17:29 +09:00
|
|
|
.app-layout-chat-left-sidenav-chat-header {
|
|
|
|
width: 100%;
|
|
|
|
height: 50px;
|
2019-10-29 19:06:25 +09:00
|
|
|
}
|
2019-10-31 19:17:29 +09:00
|
|
|
|
|
|
|
.app-layout-chat-left-sidenav-chat-list {
|
2020-01-16 17:58:11 +09:00
|
|
|
//height: calc(100% - 120px);
|
2019-11-20 17:31:08 +09:00
|
|
|
position: relative;
|
2020-01-22 17:50:05 +09:00
|
|
|
|
|
|
|
.no-search-result {
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
2019-10-29 19:06:25 +09:00
|
|
|
}
|
2019-10-31 19:17:29 +09:00
|
|
|
|
|
|
|
.app-layout-chat-left-sidenav-chat-list-viewport {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-11-05 13:46:17 +09:00
|
|
|
}
|
2019-11-20 17:31:08 +09:00
|
|
|
::ng-deep .cdk-virtual-scroll-orientation-vertical {
|
2019-12-17 09:18:48 +09:00
|
|
|
.cdk-virtual-scroll-content-wrapper {
|
2019-11-20 17:31:08 +09:00
|
|
|
width: 100%;
|
2019-12-17 09:18:48 +09:00
|
|
|
height: 100%;
|
2019-11-20 17:31:08 +09:00
|
|
|
contain: unset;
|
|
|
|
}
|
|
|
|
}
|