diff options
| author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-07 21:52:49 -0500 |
|---|---|---|
| committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-07 21:52:49 -0500 |
| commit | d3db291c2587bf1284f9d0a8ee7d06fd8ec7a252 (patch) | |
| tree | bbd1fef6e9cccf813318d0bf0088698a1c358d46 /src/client/views/webcam/DashWebRTCVideo.scss | |
| parent | ce5980ddf7cdd247f8e31be1c437b9c40d46e29d (diff) | |
Another refactor with modules
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
| -rw-r--r-- | src/client/views/webcam/DashWebRTCVideo.scss | 31 |
1 files changed, 15 insertions, 16 deletions
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 |
