mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Improve support of audio-only calls
This commit is contained in:
@ -27,6 +27,10 @@
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
.call-window.audio-only {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
/* This could be moved to conversation page stylesheet also */
|
||||
.call-window.embedded {
|
||||
position: unset;
|
||||
@ -36,6 +40,9 @@
|
||||
height: 150px;
|
||||
margin: 10px auto;
|
||||
}
|
||||
.call-window.embedded.audio-only {
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.call-window .head {
|
||||
color: white;
|
||||
|
Reference in New Issue
Block a user