From 19f0eca0f5f1b0d12ac369f149caf787f88dd9d6 Mon Sep 17 00:00:00 2001 From: Jenny Yu Date: Thu, 12 May 2022 01:39:26 -0400 Subject: feat: added checkbox for optional screen tracking --- .../views/nodes/RecordingBox/RecordingView.scss | 30 ++++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'src/client/views/nodes/RecordingBox/RecordingView.scss') diff --git a/src/client/views/nodes/RecordingBox/RecordingView.scss b/src/client/views/nodes/RecordingBox/RecordingView.scss index c55af5952..9b2f6d070 100644 --- a/src/client/views/nodes/RecordingBox/RecordingView.scss +++ b/src/client/views/nodes/RecordingBox/RecordingView.scss @@ -1,5 +1,5 @@ video { - // flex: 100%; + // flex: 100%; width: 100%; // min-height: 400px; //height: auto; @@ -22,12 +22,12 @@ button { } .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; } @@ -176,7 +176,7 @@ button { } -.video-edit-wrapper { +.options-wrapper { height: 100%; display: flex; flex-direction: row; @@ -184,10 +184,24 @@ button { position: absolute; top: 0; bottom: 0; - right: 50% - 15; - .video-edit-buttons { - margin: 0 5px; + &.video-edit-wrapper { + + right: 50% - 15; + + .track-screen { + font-weight: 200; + } + } + &.track-screen-wrapper { + + right: 50% - 30; + + .track-screen { + font-weight: 200; + } + + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2