Made call system responsive

This commit is contained in:
Pierre HUBERT 2019-01-26 12:10:41 +01:00
parent 982c40788c
commit 79dfa0511b

View File

@ -124,4 +124,32 @@
.call-window .call-footer .call-option-button.hang-up-button {
color: #dd4b39;
}
/**
* Responsive mode
*/
@media screen and (max-width: 730px) {
#callsTarget {
z-index: 1030;
}
.streams-target {
flex-direction: column !important;
}
.streams-target video {
max-width: 100%;
}
.call-window {
position: fixed;
width: 100%;
height: 100%;
top: 0px !important;
left: 0px !important;
}
}