Add responsive rules

This commit is contained in:
Pierre HUBERT 2020-04-12 18:57:56 +02:00
parent 9477bba0be
commit 88aa8e52d5

View File

@ -106,4 +106,24 @@
.call-window .window-bottom div.hang-up-button {
color: #dd4b39;
}
}
/**
* Responsive mode
*/
@media screen and (max-width: 730px) {
#callsTarget {
z-index: 1030;
}
.call-window {
width: 100%;
position: fixed;
left: 0px;
}
.call-window .videos-area {
flex-direction: column;
}
}