fix(chat): Issue with position of chat messages

This commit is contained in:
hristoterezov 2016-10-07 11:23:33 -05:00 committed by GitHub
parent 7e26625324
commit 53cb40be4c
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;
}
}