diff options
| author | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-08 13:23:00 -0500 |
|---|---|---|
| committer | Mohammad Amoush <47069173+mamoush34@users.noreply.github.com> | 2020-02-08 13:23:00 -0500 |
| commit | 38d0d467ee4c27709d482bfea7505e3f3729a455 (patch) | |
| tree | b885f6f270fd8a913e03d5ad7167d34d19b513c8 /src/client/views/webcam/DashWebRTCVideo.scss | |
| parent | d3db291c2587bf1284f9d0a8ee7d06fd8ec7a252 (diff) | |
Ui Update and stream track stoppage added
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
| -rw-r--r-- | src/client/views/webcam/DashWebRTCVideo.scss | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss index 262528d8e..052832db5 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: 50%; - height: 50%; - position: relative; - // 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,12 +53,12 @@ align-self: center; } - #remoteVideo { - position: relative; - width: 50%; - height: 50%; - // top: 20%; - // align-self: center; - } + // #remoteVideo { + // position: relative; + // width: 50%; + // height: 50%; + // // top: 20%; + // // align-self: center; + // } }
\ No newline at end of file |
