mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-08 14:24:14 +01:00
Give video elements black backgrounds
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user