mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Add responsive rules
This commit is contained in:
parent
9477bba0be
commit
88aa8e52d5
@ -107,3 +107,23 @@
|
|||||||
.call-window .window-bottom div.hang-up-button {
|
.call-window .window-bottom div.hang-up-button {
|
||||||
color: #dd4b39;
|
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user