mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 11:32:07 +02: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
@ -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…
x
Reference in New Issue
Block a user