Can hide local stream

This commit is contained in:
2019-01-26 11:40:39 +01:00
parent c1053b8041
commit fe2a6c2dfe
2 changed files with 39 additions and 1 deletions

View File

@ -30,6 +30,7 @@
.call-window .call-window-body{
flex: 1;
display: flex;
max-height: calc(100% - 62px);
}
@ -85,6 +86,7 @@
.call-window .streams-target video {
flex: 1;
flex-shrink: 1;
max-height: 100%;
}