Fix video call container size inconsistencies (#7170)
This commit is contained in:
parent
cdbe25bd36
commit
a156ba8be9
5 changed files with 21 additions and 4 deletions
|
@ -26,7 +26,7 @@ limitations under the License.
|
|||
|
||||
.mx_CallView_large {
|
||||
padding-bottom: 10px;
|
||||
margin: 5px 5px 5px 18px;
|
||||
margin: 5px 5px 5px 13px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
@ -34,6 +34,10 @@ limitations under the License.
|
|||
.mx_CallView_voice {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&.mx_CallView_belowWidget {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_CallView_pip {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue