From 7a4e8b6352d06242d3c8006256f395c59f8d342a Mon Sep 17 00:00:00 2001 From: mehekj Date: Thu, 5 May 2022 13:32:34 -0400 Subject: drag video controls in full screen --- src/client/views/nodes/VideoBox.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/VideoBox.scss') diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 08d0bb035..1fb5cef98 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -161,9 +161,12 @@ align-items: flex-end; .videoBox-ui { - opacity: 0; - bottom: 50px; + // opacity: 0; + left: 50%; + top: 90%; + transform: translate(-50%, -50%); width: 80%; + transition: none; } .videoBox-ui:hover { -- cgit v1.2.3-70-g09d2