mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 04:36:42 +00:00
FS-9012 - [verto_communicator] Fixing sidebar in narrow resolutions
This commit is contained in:
parent
6f2050cbd9
commit
cc7d70b3cb
@ -503,17 +503,17 @@ body .modal-body .btn-group .btn.active {
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
#incall .video-call {
|
#incall .video-call {
|
||||||
width: 81vw;
|
|
||||||
height: 82vw;
|
height: 82vw;
|
||||||
max-height: calc(100% - 1vw);
|
max-height: calc(100% - 1vw);
|
||||||
max-width: 146.78vh;
|
max-width: 146.78vh;
|
||||||
margin: auto;
|
margin: 7px auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#incall .avatar {
|
#incall .avatar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user