This commit is contained in:
2023-08-02 14:32:28 +03:00
parent 4feb90cd0b
commit 03f2d90d29
3 changed files with 37 additions and 18 deletions

View File

@@ -493,10 +493,19 @@
.block_avatar_message{
width: 15%;
float: left;
/*float: left;*/
/*margin-right: 20px;*/
}
.block_avatar_message.left{
float: left;
}
.block_avatar_message.right{
float: right;
margin-left: 20px;
}
.block_avatar_message > img{
width: 30px;
height: 30px;
@@ -504,6 +513,14 @@
.block_text_message{
width: 85%;
/*float: right;*/
}
.block_text_message.left{
float: left;
}
.block_text_message.right{
float: right;
}