aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Amoush <mohammad_amoush@brown.edu>2019-10-08 18:00:00 -0400
committerMohammad Amoush <mohammad_amoush@brown.edu>2019-10-08 18:00:00 -0400
commit4090882764539cf3c2a6d2f65eaf8826cc89f37a (patch)
tree40703c64033c97a84c17d0bfd43fc3c8fa7ba3f7
parent33371801ac0bfec787e60caf23b83e05a947789a (diff)
some scss
-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