aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-12 22:34:16 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-12 22:34:16 -0400
commit18e18094d5398626267fb0378d5ceac14307ca71 (patch)
treec027852355b7ffaf998582c68179e4bc869ef86d /src/client/views/nodes/VideoBox.scss
parent3daca894b6eaf1eb8590f54b1a5bf5feca663a08 (diff)
parentf9c833cafb9c0268435aef4eafe240c3403d7472 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index 55f2fe7c5..d651a8621 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -1,12 +1,17 @@
-.videoBox-cont, .videoBox-cont-interactive, .videoBox-cont-fullScreen {
- width: 100%;
+.videoBox-content-YouTube, .videoBox-content-YouTube-fullScreen,
+.videoBox-content, .videoBox-content-interactive, .videoBox-cont-fullScreen {
+ width: 100%;
+}
+
+.videoBox-content, .videoBox-content-interactive, .videoBox-content-fullScreen {
height: Auto;
}
-.videoBox-cont-interactive {
- pointer-events: all;
+.videoBox-content-YouTube, .videoBox-content-YouTube-fullScreen {
+ height: 100%;
}
-.videoBox-cont-fullScreen {
+.videoBox-content-interactive, .videoBox-content-fullScreen,
+.videoBox-content-YouTube-fullScreen {
pointer-events: all;
} \ No newline at end of file