mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Can switch to full screen
This commit is contained in:
@ -27,8 +27,9 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.call.window.body {
|
||||
.call-window .call-window-body{
|
||||
flex: 1;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
|
||||
@ -74,13 +75,16 @@
|
||||
* Stream target
|
||||
*/
|
||||
.call-window .streams-target {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.call-window .streams-target video {
|
||||
width: 149px;
|
||||
flex: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user