Fix style cam
This commit is contained in:
parent
bae03fb1cf
commit
85ab0a231f
2 changed files with 28 additions and 6 deletions
15
front/dist/resources/style/style.css
vendored
15
front/dist/resources/style/style.css
vendored
|
@ -1,3 +1,7 @@
|
|||
video{
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
.webrtc{
|
||||
display: none;
|
||||
position: absolute;
|
||||
|
@ -11,15 +15,18 @@
|
|||
.webrtc, .activeCam{}
|
||||
.activeCam video{
|
||||
position: absolute;
|
||||
width: 300px;
|
||||
height: 20%;
|
||||
height: 25%;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
margin: 5px;
|
||||
right: -100px;
|
||||
transition: all 0.2s ease;
|
||||
}
|
||||
.activeCam:hover video{
|
||||
right: 10px;
|
||||
}
|
||||
.activeCam video#myCamVideo{
|
||||
width: 200px;
|
||||
height: 100px;
|
||||
height: 113px;
|
||||
}
|
||||
|
||||
/*CSS size for 2 - 3 elements*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue