42 lines
723 B
SCSS
Raw Normal View History

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;
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 {
//height: calc(100% - 120px);
2019-11-20 17:31:08 +09:00
position: relative;
.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 {
.cdk-virtual-scroll-content-wrapper {
2019-11-20 17:31:08 +09:00
width: 100%;
height: 100%;
2019-11-20 17:31:08 +09:00
contain: unset;
}
}