aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-21 00:30:24 -0400
committerbobzel <zzzman@gmail.com>2020-10-21 00:30:24 -0400
commitfd2f3b137051586850fd28cb6407bb657d77b365 (patch)
tree1a145cbab7e7f3c5b0cf4ef55fb4864b97b1ff6f /src/client/views/nodes/VideoBox.scss
parent989cfd3daebfd622a486493f7041f688ef0c84b6 (diff)
fixed link button location for videos. fixed positioning of overlay collection on videos.
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index 0c0854ac2..05714f665 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -1,5 +1,8 @@
.videoBox {
transform-origin: top left;
+ width: 100%;
+ height: 100%;
+ position: relative;
.videoBox-viewer {
opacity: 0.99; // hack! overcomes some kind of Chrome weirdness where buttons (e.g., snapshot) disappear at some point as the video is resized larger
}