aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-03-09 19:09:15 -0500
committerGitHub <noreply@github.com>2019-03-09 19:09:15 -0500
commit74f216770159ba405c0063f20a62769e48c89691 (patch)
treebcf15778e7e7cc6662cb0af621467c85505fcf93 /src/client/views/nodes/VideoBox.scss
parent96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff)
parentebe101203788d9fc564671cc38f085c3ef990536 (diff)
Merge pull request #46 from browngraphicslab/audiovideo
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