aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.scss
diff options
context:
space:
mode:
authorGeireann <60007097+geireann@users.noreply.github.com>2021-04-06 20:31:25 -0400
committerGeireann <60007097+geireann@users.noreply.github.com>2021-04-06 20:31:25 -0400
commita14e2da6130ac3c0c55b03cbc8a5fa3723be45bc (patch)
tree593f42da1ae052704152c5b6ecbf878ec49fac6b /src/client/views/nodes/VideoBox.scss
parenta0fac101ef88f0983275fb14f64c85ab858aaaed (diff)
updates
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
-rw-r--r--src/client/views/nodes/VideoBox.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss
index dd8d77603..30f0c4393 100644
--- a/src/client/views/nodes/VideoBox.scss
+++ b/src/client/views/nodes/VideoBox.scss
@@ -1,3 +1,13 @@
+.mini-viewer{
+ cursor: grab;
+ position: absolute;
+ right: 10;
+ top: 10;
+ opacity: 0.1;
+ transition: all 0.4s;
+ color: white;
+}
+
.videoBox {
transform-origin: top left;
width: 100%;