aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-09 18:21:06 -0500
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-09 18:21:06 -0500
commitb9cfa458a6535e7ee0ff8b81398afa1e123cf458 (patch)
tree89bce824b3f54a1896e8af052bea5c8e191dddad /src/client/views/nodes/VideoBox.scss
parent2cc5eb6ff512dc6128d25903bcb852f25bcadcca (diff)
added audio and video nodes
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss4
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