mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 12:25:16 +00:00
Improve window size
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user