Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 44649ca

Browse files
authored
Merge pull request #5333 from resynth1943/add-border-radius-for-video
Add border-radius for video
2 parents 3467d44 + 091143d commit 44649ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/messages/_MVideoBody.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ span.mx_MVideoBody {
1818
video.mx_MVideoBody {
1919
max-width: 100%;
2020
height: auto;
21+
border-radius: 4px;
2122
}
2223
}

0 commit comments

Comments
 (0)