Fix facepile display issues

Fixes https://github.com/vector-im/element-call/issues/434 and a
separate bug where the facepile would just disappear off to the left
(because we kept increasing the size even though we capped the number
of circles at 8 plus the overflow one).
This commit is contained in:
David Baker
2022-07-07 14:30:28 +01:00
parent 4dcec504ca
commit cd42d09ea9
2 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
display: flex;
flex-direction: column;
margin: 20px;
text-align: center;
}
.participants > p {