Fixed hack with displayname margin
This commit is contained in:
parent
a17a98991c
commit
09e3fb9917
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue