mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Fix fullscreen size
This commit is contained in:
parent
a4d7eb9903
commit
4f56ff4121
@ -67,6 +67,7 @@
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.call-window .videos-area .video {
|
||||
@ -77,10 +78,12 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.call-window .videos-area .video video {
|
||||
max-width: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.call-window .window-bottom {
|
||||
|
Loading…
Reference in New Issue
Block a user