Adding borders, centering camera, fixing small bug on resize when no camera is enabled

This commit is contained in:
David Négrier 2020-06-24 17:46:41 +02:00
parent 253108eba0
commit b3c18702bb
2 changed files with 11 additions and 4 deletions

View file

@ -218,6 +218,7 @@ video{
margin-right: auto;
height: 50%;
width: 50%;
border: white 6px solid;
}
.webrtcsetup .background-img {
position: relative;
@ -226,6 +227,8 @@ video{
height: 60%;
margin-left: auto;
margin-right: auto;
top: 50%;
transform: translateY(-50%);
}
#myCamVideoSetup {
width: 100%;