Fix the picture-in-picture component being off screen (#9246)

This commit is contained in:
Robin 2022-09-06 00:28:01 -04:00 committed by GitHub
parent 6d03cb35b7
commit 4524291331
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -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;
}
}

View file

@ -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;
}
}