next-ucap-messenger/projects/ucap-webmessenger-app/src/app/layouts/messenger/components/messages.component.scss

28 lines
410 B
SCSS
Raw Normal View History

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