aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/RecordingView.scss
diff options
context:
space:
mode:
authorJenny Yu <jennyyu212@outlook.com>2022-05-04 17:39:25 -0400
committerJenny Yu <jennyyu212@outlook.com>2022-05-04 17:39:25 -0400
commit10321441dc0f5e75eabec6e978bf422aee3f2a40 (patch)
treef31b44482dc197917fe345721a070487eab1d92a /src/client/views/nodes/RecordingBox/RecordingView.scss
parent2259c475152543b54d7ea89dcea53927346e54ca (diff)
parent654baafc6d144777f0d31d0dc720c2586b597022 (diff)
Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web into presentmode-mfoiani
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.scss')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingView.scss18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.scss b/src/client/views/nodes/RecordingBox/RecordingView.scss
index 0c153c9c8..c55af5952 100644
--- a/src/client/views/nodes/RecordingBox/RecordingView.scss
+++ b/src/client/views/nodes/RecordingBox/RecordingView.scss
@@ -1,9 +1,11 @@
video {
- flex: 100%;
+ // flex: 100%;
width: 100%;
// min-height: 400px;
- height: auto;
- display: block;
+ //height: auto;
+ height: 100%;
+ //display: block;
+ object-fit: cover;
background-color: black;
}
@@ -14,18 +16,20 @@ button {
.recording-container {
height: 100%;
width: 100%;
- display: flex;
+ // display: flex;
pointer-events: all;
+ background-color: grey;
}
.video-wrapper {
- max-width: 600px;
- max-width: 700px;
+ // max-width: 600px;
+ // max-width: 700px;
position: relative;
display: flex;
justify-content: center;
- overflow: hidden;
+ // overflow: hidden;
border-radius: 10px;
+ margin: 0;
}
.video-wrapper:hover .controls {