Start to show call members

This commit is contained in:
2020-04-10 16:55:31 +02:00
parent 22a19e0a32
commit 40c895870f
3 changed files with 59 additions and 0 deletions

View File

@ -40,4 +40,17 @@
.call-window .head a {
color: inherit;
}
.call-window .members-area {
color: white;
font-size: 80%;
text-align: center;
display: flex;
flex-direction: row;
justify-content: center;
}
.call-window .members-area span {
margin: 0px 5px;
}