Fix the picture-in-picture component being off screen (#9246)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user