Improve window size

This commit is contained in:
Pierre HUBERT 2020-04-13 12:04:51 +02:00
parent b2b93ecbb8
commit 088cbe77b9

View File

@ -27,13 +27,14 @@
visibility: visible; visibility: visible;
} }
/* This could be moved to conversation page stylesheet also */
.call-window.embedded { .call-window.embedded {
position: relative; position: unset;
top: unset !important; top: unset !important;
left: unset !important; left: unset !important;
width: unset; width: 90%;
height: 150px; height: 150px;
margin: 20px; margin: 10px auto;
} }
.call-window .head { .call-window .head {