Fixed hack with displayname margin

This commit is contained in:
Ilya Daynatovich 2016-10-26 12:51:51 +03:00 committed by damencho
parent a17a98991c
commit 09e3fb9917
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
left: 10%; left: 10%;
width: 80%; width: 80%;
top: 50%; top: 50%;
margin-top: -12px; @include transform(translateY(-40%));
color: $participantNameColor; color: $participantNameColor;
text-align: center; text-align: center;
text-overflow: ellipsis; text-overflow: ellipsis;