diff options
| author | Jenny Yu <jennyyu212@outlook.com> | 2022-04-22 19:53:44 -0400 |
|---|---|---|
| committer | Jenny Yu <jennyyu212@outlook.com> | 2022-04-22 19:53:44 -0400 |
| commit | a5da5e6246a6fd7500fed8b206fc3540be509eab (patch) | |
| tree | 9fc1e00e3482379075c5ddb84910c73f24cd8683 /src/client/views/nodes/RecordingBox/RecordingView.scss | |
| parent | 7d59a4fee343598f4b5a4adde97c3845e051df11 (diff) | |
uploading not working (cannot find ffmpeg)
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.scss')
| -rw-r--r-- | src/client/views/nodes/RecordingBox/RecordingView.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.scss b/src/client/views/nodes/RecordingBox/RecordingView.scss index e4d971d51..1fea231b7 100644 --- a/src/client/views/nodes/RecordingBox/RecordingView.scss +++ b/src/client/views/nodes/RecordingBox/RecordingView.scss @@ -15,6 +15,7 @@ button { height: 100%; width: 100%; display: flex; + pointer-events: all; } .video-wrapper { @@ -157,8 +158,8 @@ button { background-color: red; border: 0px; border-radius: 10%; - height: 80%; - width: 80%; + height: 70%; + width: 70%; align-self: center; margin: 0; |
