2019-09-23 05:23:24 +00:00
|
|
|
:host {
|
|
|
|
display: flex;
|
2019-09-26 05:38:21 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
.container {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-09-23 05:23:24 +00:00
|
|
|
|
|
|
|
.chat-toolbar {
|
2019-09-26 05:38:21 +00:00
|
|
|
height: 49px;
|
|
|
|
min-height: 49px;
|
2019-09-23 05:23:24 +00:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
|
|
|
|
.responsive-chats-button {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-09-26 05:38:21 +00:00
|
|
|
.chat-content {
|
2019-09-23 05:23:24 +00:00
|
|
|
background: transparent;
|
|
|
|
overflow: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|