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

Commit 091143d

Browse files
committed
Add border-radius for video
Images have a rounded border, so we may as well add it to videos. Works fine in Chrome, and in other spec-compliant browsers. Signed-off-by: Resynth <[email protected]>
1 parent ce8a4c0 commit 091143d

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)