Adding borders, centering camera, fixing small bug on resize when no camera is enabled
This commit is contained in:
parent
253108eba0
commit
b3c18702bb
2 changed files with 11 additions and 4 deletions
3
front/dist/resources/style/style.css
vendored
3
front/dist/resources/style/style.css
vendored
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue