fix(chat): Issue with position of chat messages
This commit is contained in:
parent
7e26625324
commit
53cb40be4c
|
@ -129,7 +129,7 @@
|
|||
.chatmessage {
|
||||
background: #3a3a3a;
|
||||
width: 93%;
|
||||
margin-left: 5%;
|
||||
margin-left: 9px;
|
||||
margin-right: auto;
|
||||
border-radius: 5px;
|
||||
border-top-left-radius: 0px;
|
||||
|
@ -232,4 +232,4 @@
|
|||
|
||||
#usermsg::-webkit-scrollbar-track-piece {
|
||||
background: #3a3a3a;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue