From d3db291c2587bf1284f9d0a8ee7d06fd8ec7a252 Mon Sep 17 00:00:00 2001 From: Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> Date: Fri, 7 Feb 2020 21:52:49 -0500 Subject: Another refactor with modules --- src/client/views/webcam/DashWebRTCVideo.scss | 31 ++++++++++++++-------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'src/client/views/webcam/DashWebRTCVideo.scss') diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss index ccb0a626b..262528d8e 100644 --- a/src/client/views/webcam/DashWebRTCVideo.scss +++ b/src/client/views/webcam/DashWebRTCVideo.scss @@ -27,14 +27,14 @@ border: 1px solid #BBBBBBBB; } - // #localVideo { - // width: 25%; - // height: 20%; - // position: absolute; - // top: 65%; - // z-index: 2; - // right: 5%; - // } + #localVideo { + width: 50%; + height: 50%; + position: relative; + // top: 65%; + // z-index: 2; + // right: 5%; + } .side { width: 25%; @@ -53,13 +53,12 @@ align-self: center; } - // #remoteVideo { - // position: absolute; - // width: 95%; - // height: 75%; - // top: 20%; - // align-self: center; - - // } + #remoteVideo { + position: relative; + width: 50%; + height: 50%; + // top: 20%; + // align-self: center; + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2