mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Improve videos appearance
This commit is contained in:
@ -69,11 +69,18 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.call-window .videos-area video {
|
||||
.call-window .videos-area .video {
|
||||
flex-shrink: 1;
|
||||
flex: 1;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.call-window .videos-area .video video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.call-window .window-bottom {
|
||||
|
Reference in New Issue
Block a user