mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
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 <resynth1943@tutanota.com>
This commit is contained in:
parent
ce8a4c017f
commit
091143db52
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ span.mx_MVideoBody {
|
||||||
video.mx_MVideoBody {
|
video.mx_MVideoBody {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue