mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Improve window size
This commit is contained in:
parent
b2b93ecbb8
commit
088cbe77b9
@ -27,13 +27,14 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
/* This could be moved to conversation page stylesheet also */
|
||||
.call-window.embedded {
|
||||
position: relative;
|
||||
position: unset;
|
||||
top: unset !important;
|
||||
left: unset !important;
|
||||
width: unset;
|
||||
width: 90%;
|
||||
height: 150px;
|
||||
margin: 20px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
|
||||
.call-window .head {
|
||||
|
Loading…
Reference in New Issue
Block a user