You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
.ant-card .ant-card-head{
|
|
|
|
padding: 0 .5em .5em .5em;
|
|
|
|
min-height: unset;
|
|
|
|
}
|
|
|
|
.ant-card .ant-card-body{
|
|
|
|
padding: .5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/** Chat Window */
|
|
|
|
.chatwindow-wrapper .rce-container-mbox .rce-mbox{
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-citem {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-time-block{
|
|
|
|
background: linear-gradient(0deg,#00000014,#0000);
|
|
|
|
color: #00000073;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-text a{
|
|
|
|
color: #4f81a1;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-text:after{
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-photo--img img{
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-photo .rce-mbox-text{
|
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-left-notch {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
left: -9px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-mbox-right-notch {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
right: -9px;
|
|
|
|
}
|
|
|
|
.chatwindow-wrapper .rce-avatar-letter{
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
justify-content: flex-start;
|
|
|
|
font-size: 12px;
|
|
|
|
word-wrap: break-word;
|
|
|
|
height: 100%;
|
|
|
|
}
|