diff options
author | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-10-10 11:58:20 -0400 |
---|---|---|
committer | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-10-10 11:58:20 -0400 |
commit | 4090b435640e1a2eec50e0b8355a6f863559471b (patch) | |
tree | 2bf5bc3f48746fa66356069de6ee7f1dabeda0df | |
parent | 9da6e613bb47762407915544b2636586f16eb0b8 (diff) | |
parent | 4090882764539cf3c2a6d2f65eaf8826cc89f37a (diff) |
Merge branch 'webcam_mohammad' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
-rw-r--r-- | src/client/views/webcam/DashWebRTC.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/webcam/DashWebRTC.scss b/src/client/views/webcam/DashWebRTC.scss index 84334c178..ddf4777a8 100644 --- a/src/client/views/webcam/DashWebRTC.scss +++ b/src/client/views/webcam/DashWebRTC.scss @@ -1,13 +1,23 @@ .webcam-cont { button { margin: 10px; + position: relative; + top: 20%; + left: -60%; } #localVideo { margin: 10px; + position: relative; + width: 300px; + max-height: 300px; } #remoteVideo { margin: 10px; + position: relative; + width: 300px; + max-height: 300px; + } }
\ No newline at end of file |