change(tracker): change html layout

This commit is contained in:
sylenien 2022-10-21 11:15:38 +02:00
parent ed722f592e
commit f745f9c75b

View file

@ -62,7 +62,6 @@
z-index: 99;
bottom: 5px;
right: 5px;
border: thin solid rgba(255, 255, 255, .3);
}
@ -154,7 +153,6 @@
</div>
<div id="video-container" class="card-body bg-dark p-0 d-flex align-items-center position-relative">
<div id="local-stream" class="ratio ratio-4x3 rounded m-0 p-0 shadow">
<p class="text-white m-auto text-center">Starting video...</p>
<video id="video-local" autoplay muted></video>
</div>