fix(chat): Issue with position of chat messages

pull/990/head
hristoterezov 9 years ago committed by GitHub
parent 7e26625324
commit 53cb40be4c
  1. 4
      css/_chat.scss

@ -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…
Cancel
Save