diff --git a/src/styles/components/_webrtc.scss b/src/styles/components/_webrtc.scss index 9e5777a1..96e9121f 100644 --- a/src/styles/components/_webrtc.scss +++ b/src/styles/components/_webrtc.scss @@ -112,7 +112,7 @@ height: 100%; position: absolute; z-index: 5; right: 5px; -top: 2px; +bottom: 2px; color: #9dd53a; opacity: 0; -webkit-transition: opacity .2s ease-in-out; @@ -126,8 +126,8 @@ text-shadow: 0px 0px 6px black; opacity: 0.8; } #remoteVideos .indicator { -left: 5%; -top: 5%; +left: 10px; +bottom: 5%; right: auto; font-size:2em; }