diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-09 18:21:06 -0500 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-09 18:21:06 -0500 |
| commit | b9cfa458a6535e7ee0ff8b81398afa1e123cf458 (patch) | |
| tree | 89bce824b3f54a1896e8af052bea5c8e191dddad /src/client/views/nodes/VideoBox.scss | |
| parent | 2cc5eb6ff512dc6128d25903bcb852f25bcadcca (diff) | |
added audio and video nodes
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss new file mode 100644 index 000000000..7306450d9 --- /dev/null +++ b/src/client/views/nodes/VideoBox.scss @@ -0,0 +1,4 @@ +.videobox-cont{ + width: 100%; + height: 100%; +}
\ No newline at end of file |
