Fix the picture-in-picture component being off screen (#9246)
This commit is contained in:
parent
6d03cb35b7
commit
4524291331
4 changed files with 10 additions and 10 deletions
|
@ -143,10 +143,10 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_CallEvent_wrapper {
|
||||
.mx_LegacyCallEvent_wrapper {
|
||||
justify-content: center;
|
||||
margin: auto 5px;
|
||||
.mx_CallEvent {
|
||||
.mx_LegacyCallEvent {
|
||||
margin: 4px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -154,7 +154,7 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_CallEvent {
|
||||
.mx_LegacyCallEvent {
|
||||
background-color: unset;
|
||||
|
||||
border-style: solid;
|
||||
|
@ -533,7 +533,7 @@ limitations under the License.
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mx_CallEvent_wrapper {
|
||||
.mx_LegacyCallEvent_wrapper {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue