diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-10 13:29:58 -0400 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-10 13:29:58 -0400 |
| commit | 8145fd3bcd2abeb8f8c0e819e365b90e7227b8b3 (patch) | |
| tree | 2a3c59d51ec7fd12fb993f85d33f07e5396fa984 /src/client/views/nodes/VideoBox.scss | |
| parent | 43c96800f0a651247fdcaf2c77c710a30cb3f79d (diff) | |
| parent | 6b63817dc2936ebec82b67600b33845a82c7fe99 (diff) | |
merged and added audio/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 |
