diff options
| author | Jenny Yu <jennyyu212@outlook.com> | 2022-05-12 01:39:26 -0400 |
|---|---|---|
| committer | Jenny Yu <jennyyu212@outlook.com> | 2022-05-12 01:39:26 -0400 |
| commit | 19f0eca0f5f1b0d12ac369f149caf787f88dd9d6 (patch) | |
| tree | 6ae585c7e630d5d45aed72f0533d7ea597180580 /src/client/views/nodes/RecordingBox/RecordingView.scss | |
| parent | b47ff4a335d15a259a6db436e8f2a1beb3180f6d (diff) | |
feat: added checkbox for optional screen tracking
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.scss')
| -rw-r--r-- | src/client/views/nodes/RecordingBox/RecordingView.scss | 30 |
1 files changed, 22 insertions, 8 deletions
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 |
