Give video elements black backgrounds

pull/749/head
lilia 10 years ago
parent db7dee9a8a
commit c8274d7bc7

@ -181,6 +181,10 @@
img, audio, video {
max-width: 100%;
}
video {
background: black;
}
}
.outgoing img.avatar {

@ -417,6 +417,9 @@ input.new-message {
.message-list .attachments audio,
.message-list .attachments video {
max-width: 100%; }
.message-detail .attachments video,
.message-list .attachments video {
background: black; }
.message-detail .outgoing img.avatar,
.message-list .outgoing img.avatar {
display: none; }

Loading…
Cancel
Save