Fixed location of copyright button

This commit is contained in:
Thomas Basler 2021-05-28 00:06:36 +02:00
parent e7c1ad29e2
commit 0249cc599f
1 changed files with 10 additions and 1 deletions

View File

@ -218,7 +218,16 @@ video#myCamVideo{
bottom: 0px;
left: 350px;
width: 150px;
height: 150px;
height: 50px;
}
.btn-cam-action#btn-copy-action div img{
height: 30px;
width: 30px;
top: calc(48px - 42px);
left: calc(48px - 47px);
position: relative;
cursor: pointer;
}
.copyright {