Give video elements black backgrounds
This commit is contained in:
parent
db7dee9a8a
commit
c8274d7bc7
2 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue