44 lines
873 B
CSS
44 lines
873 B
CSS
#kt_drawer_chat_messenger{
|
|
max-height: calc(100vh - 60px);
|
|
height: 100%;
|
|
}
|
|
#kt_drawer_chat_messenger_body{
|
|
height: calc(100vh - 100px - 110px);
|
|
}
|
|
.scroll-y{
|
|
height: calc(100vh - 100px - 140px)!important;
|
|
}
|
|
#kt_drawer_chat_messenger_footer{
|
|
height: 70px;
|
|
}
|
|
div#kt_chat_contacts_body {
|
|
height: calc(100vh - 140px);
|
|
}
|
|
div#kt_chat_contacts_body .scroll-y{
|
|
height: 100%!important;
|
|
}
|
|
.profile{
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
.chat_options{
|
|
position: absolute;
|
|
top: 10px;
|
|
right: 10px;
|
|
z-index: 9;
|
|
}
|
|
.circle_img{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #A1A5B7;
|
|
color: #fff;
|
|
}
|
|
.info_list{
|
|
height: calc(100vh - 60px - 185px)!important;
|
|
overflow: hidden;
|
|
overflow-y: scroll;
|
|
} |