From 0249cc599fb2ba69e8369a9e4fc326b3767d1b86 Mon Sep 17 00:00:00 2001 From: Thomas Basler Date: Fri, 28 May 2021 00:06:36 +0200 Subject: [PATCH] Fixed location of copyright button --- front/style/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/front/style/style.css b/front/style/style.css index 0f0e1eae..b1283369 100644 --- a/front/style/style.css +++ b/front/style/style.css @@ -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 {