diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-05-05 13:32:34 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-05-05 13:32:34 -0400 |
| commit | 7a4e8b6352d06242d3c8006256f395c59f8d342a (patch) | |
| tree | e82ddc071e63caa5fd45a1c87e95c4ae4c18a1c9 /src/client/views/nodes/VideoBox.scss | |
| parent | 113b4ce125a125afd36b675e8d00844bca07c260 (diff) | |
drag video controls in full screen
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 7 |
1 files changed, 5 insertions, 2 deletions
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 { |
