This commit is contained in:
2023-11-12 16:30:19 +03:00
parent 259d6662fe
commit dde8c5fdd9

View File

@@ -457,14 +457,14 @@
}
.header-chat-left-part{
width: 50%;
width: calc(100% - 64px);
float: left;
text-align: left;
padding-top: 15px;
}
.header-chat-right-part{
width: 50%;
width: 63px;
float: right;
text-align: right;
padding-top: 25px;
@@ -474,6 +474,7 @@
height: 40px;
width: 40px;
object-fit: cover;
float: left;
}
.chat-username {
@@ -483,6 +484,12 @@
padding-left: 10px;
position: relative;
top: 10px;
text-wrap: nowrap;
width: calc(100% - 56px);
display: block;
overflow: hidden;
text-overflow: ellipsis;
float: right;
}
.header-icons-right-part-padding{
@@ -760,7 +767,7 @@
}
.block_avatar_message{
width: 15%;
width: 30px;
/*float: left;*/
/*margin-right: 20px;*/
}
@@ -772,7 +779,7 @@
.block_avatar_message.right{
float: right;
/*margin-left: 20px;*/
padding-left: 5px;
text-align: right;
}