Show a notice to help to start calls

This commit is contained in:
2020-04-14 19:06:15 +02:00
parent 34b182b35b
commit 4260924ae0
2 changed files with 34 additions and 0 deletions

View File

@ -98,6 +98,12 @@
color: rgb(1, 218, 1);
}
.call-window .messages-area {
color: white;
margin: 1px 10px;
text-align: center;
}
.call-window .videos-area {
display: flex;
flex-direction: row;