Putting grey background under video

Signed-off-by: David Négrier <d.negrier@thecodingmachine.com>
This commit is contained in:
David Négrier 2021-06-02 12:27:46 +02:00
parent 321fc3184a
commit 395d66e648
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ body .message-info.warning{
.video-container.div-myCamVideo{
border: none;
background-color: transparent;
}
.div-myCamVideo {
@ -151,6 +152,7 @@ body .message-info.warning{
}
video.myCamVideo{
background-color: #00000099;
max-height: 20vh;
width: 15vw;
-webkit-transform: scaleX(-1);