Merge pull request #990 from jitsi/chatmessage_position

fix(chat): Issue with position of chat messages
This commit is contained in:
yanas 2016-10-18 11:13:26 -05:00 committed by GitHub
commit bb5495b495
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}