- Making the EnableCameraScene responsive
- Enabling click on arrows
This commit is contained in:
parent
3de37bafed
commit
253108eba0
2 changed files with 79 additions and 50 deletions
3
front/dist/resources/style/style.css
vendored
3
front/dist/resources/style/style.css
vendored
|
@ -211,7 +211,7 @@ video{
|
|||
.webrtcsetup{
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 230px;
|
||||
top: 140px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: auto;
|
||||
|
@ -229,6 +229,7 @@ video{
|
|||
}
|
||||
#myCamVideoSetup {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.webrtcsetup.active{
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue