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

This commit is contained in:
Robin
2022-09-06 04:28:01 +00:00
committed by GitHub
parent 6d03cb35b7
commit 4524291331
4 changed files with 10 additions and 10 deletions
+2 -2
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;
}
}
+2 -2
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;
}
}