Merge pull request #6611 from SimonBrandner/fix/held-call-pip

Fix PiP of held calls
This commit is contained in:
David Baker 2021-08-13 17:50:26 +01:00 committed by GitHub
commit 65eedd00b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ limitations under the License.
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20); box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20);
border-radius: 8px; border-radius: 8px;
.mx_CallView_video_hold,
.mx_CallView_voice { .mx_CallView_voice {
height: 180px; height: 180px;
} }