Merge pull request #6114 from emanuelschuetze/video-player-height

Use max-height for video js player
This commit is contained in:
Emanuel Schütze 2021-06-10 14:18:38 +02:00 committed by GitHub
commit 8d73f08072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ $radius: 5px;
.video-player {
display: block;
width: 500px;
height: 280px;
max-height: 280px;
}
.call-body {