Merge pull request #990 from jitsi/chatmessage_position
fix(chat): Issue with position of chat messages
This commit is contained in:
commit
bb5495b495
|
@ -129,7 +129,7 @@
|
||||||
.chatmessage {
|
.chatmessage {
|
||||||
background: #3a3a3a;
|
background: #3a3a3a;
|
||||||
width: 93%;
|
width: 93%;
|
||||||
margin-left: 5%;
|
margin-left: 9px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-top-left-radius: 0px;
|
border-top-left-radius: 0px;
|
||||||
|
|
Loading…
Reference in New Issue