1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-15 15:38:12 +00:00

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
assets
css
components
js
components

@ -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%;
}