Merge pull request #5333 from resynth1943/add-border-radius-for-video

Add border-radius for video
This commit is contained in:
Michael Telatynski 2020-11-19 11:00:07 +00:00 committed by GitHub
commit 44649ca372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,6 @@ span.mx_MVideoBody {
video.mx_MVideoBody {
max-width: 100%;
height: auto;
border-radius: 4px;
}
}