mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Improve CSS
This commit is contained in:
parent
8493d56993
commit
a36d8b546a
@ -12,8 +12,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.call-window {
|
.call-window {
|
||||||
width: 300px;
|
width: 338px;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
max-width: 100%;
|
||||||
min-height: 174px;
|
min-height: 174px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 100px;
|
top: 100px;
|
||||||
@ -62,12 +63,14 @@
|
|||||||
.call-window .videos-area {
|
.call-window .videos-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: 126px;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-window .videos-area video {
|
.call-window .videos-area video {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user