aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/webcam/DashWebRTCVideo.scss
diff options
context:
space:
mode:
authorMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 19:48:38 -0500
committerMohammad Amoush <47069173+mamoush34@users.noreply.github.com>2020-02-07 19:48:38 -0500
commitce5980ddf7cdd247f8e31be1c437b9c40d46e29d (patch)
treef6c9935862c73b93f73fdcd4485eacd65dfd6177 /src/client/views/webcam/DashWebRTCVideo.scss
parent2f04ee2c5d24aa4df9860414a7b5a7f990ecfa12 (diff)
More ui work done
Diffstat (limited to 'src/client/views/webcam/DashWebRTCVideo.scss')
-rw-r--r--src/client/views/webcam/DashWebRTCVideo.scss49
1 files changed, 39 insertions, 10 deletions
diff --git a/src/client/views/webcam/DashWebRTCVideo.scss b/src/client/views/webcam/DashWebRTCVideo.scss
index 30665e849..ccb0a626b 100644
--- a/src/client/views/webcam/DashWebRTCVideo.scss
+++ b/src/client/views/webcam/DashWebRTCVideo.scss
@@ -8,6 +8,9 @@
box-shadow: $intermediate-color 0.2vw 0.2vw 0.4vw;
border: solid #BBBBBBBB 5px;
pointer-events: all;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
.webcam-header {
height: 50px;
@@ -18,19 +21,45 @@
width: 100%;
}
- #localVideo {
- margin: 10px;
- position: relative;
- width: 300px;
- max-height: 300px;
+ #roomName {
+ outline: none;
+ border-radius: inherit;
+ border: 1px solid #BBBBBBBB;
}
- #remoteVideo {
- margin: 10px;
- position: relative;
- width: 300px;
- max-height: 300px;
+ // #localVideo {
+ // width: 25%;
+ // height: 20%;
+ // position: absolute;
+ // top: 65%;
+ // z-index: 2;
+ // right: 5%;
+ // }
+ .side {
+ width: 25%;
+ height: 20%;
+ position: absolute;
+ top: 65%;
+ z-index: 2;
+ right: 5%;
}
+ .main {
+ position: absolute;
+ width: 95%;
+ height: 75%;
+ top: 20%;
+ align-self: center;
+ }
+
+ // #remoteVideo {
+ // position: absolute;
+ // width: 95%;
+ // height: 75%;
+ // top: 20%;
+ // align-self: center;
+
+ // }
+
} \ No newline at end of file