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