0.0.358
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user