aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMohammad Amoush <muhammedamoush@gmail.com>2019-10-10 11:58:20 -0400
committerMohammad Amoush <muhammedamoush@gmail.com>2019-10-10 11:58:20 -0400
commit4090b435640e1a2eec50e0b8355a6f863559471b (patch)
tree2bf5bc3f48746fa66356069de6ee7f1dabeda0df /src
parent9da6e613bb47762407915544b2636586f16eb0b8 (diff)
parent4090882764539cf3c2a6d2f65eaf8826cc89f37a (diff)
Merge branch 'webcam_mohammad' of https://github.com/browngraphicslab/Dash-Web into webcam_mohammad
Diffstat (limited to 'src')
-rw-r--r--src/client/views/webcam/DashWebRTC.scss10
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