diff --git a/front/dist/resources/style/style.css b/front/dist/resources/style/style.css index 331506b6..ae7e7983 100644 --- a/front/dist/resources/style/style.css +++ b/front/dist/resources/style/style.css @@ -46,6 +46,7 @@ body .message-info.warning { position: relative; transition: all 0.2s ease; cursor: url('/resources/logos/cursor_pointer.png'), pointer; + height: 100%; } .video-container i { @@ -205,7 +206,7 @@ video#myCamVideo { .btn-micro { pointer-events: auto; transition: all .3s; - right: 44px; + right: 224px; } .btn-video { @@ -217,7 +218,7 @@ video#myCamVideo { .btn-monitor { pointer-events: auto; transition: all .2s; - right: 224px; + right: 44px; } .btn-copy {