aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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