mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improve CSS rules
This commit is contained in:
parent
c022187c02
commit
3b2c533233
@ -58,8 +58,12 @@
|
||||
.call-window .videos-area {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.call-window .videos-area video {
|
||||
|
||||
flex-shrink: 1;
|
||||
flex: 1;
|
||||
max-height: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user