The share screen button is now displayed only when screen sharing makes sense.

Also, fixed the button not aligned bug
This commit is contained in:
David Négrier 2021-05-21 18:26:50 +02:00
parent dd428bc1e1
commit 4c4f310b79
3 changed files with 30 additions and 3 deletions

View file

@ -201,12 +201,12 @@ video#myCamVideo{
display: inline-flex;
bottom: 10px;
right: 15px;
width: 15vw;
width: 180px;
height: 40px;
text-align: center;
align-content: center;
align-items: center;
justify-content: center;
justify-content: flex-end;
justify-items: center;
}
/*btn animation*/
@ -252,6 +252,9 @@ video#myCamVideo{
transition: all .2s;
/*right: 224px;*/
}
.btn-monitor.hide {
transform: translateY(60px);
}
.btn-copy{
pointer-events: auto;
transition: all .3s;