Highlight videos where the person is talking too

This commit is contained in:
2021-01-23 21:05:33 +01:00
parent efb664beb7
commit 7453018a5c
2 changed files with 15 additions and 0 deletions

View File

@ -130,6 +130,14 @@
flex-direction: column;
}
.call-window .videos-area .video video {
border: 2px transparent solid;
}
.call-window .videos-area .video video.talking {
border: 2px green solid;
}
.call-window .videos-area .video video {
width: 100%;
height: 100%;