diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2021-01-21 17:30:02 -0800 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2021-01-21 17:30:02 -0800 |
| commit | f0a5763946d6b717fb745f2216dc1e681e3e0c68 (patch) | |
| tree | b544a362993b76cda6c40333c82e6b01b5341a17 /src/client/views/nodes/VideoBox.scss | |
| parent | fd4a1c602396362e9f0a1effa87fc751614e541b (diff) | |
| parent | ba3bcbbf3f0ce8769acb6e84ac3aa8ac3a5c9694 (diff) | |
final fixes
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 9cdd6465f..76edda847 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -15,12 +15,13 @@ position: absolute; height: 20%; width: 100%; - bottom: -60px; + bottom: 0px; background: white; border: gray solid 1px; border-radius: 3px; z-index: 1000; overflow: hidden; + left: 0px; .audiobox-current { width: 1px; @@ -70,7 +71,7 @@ } } - .audiobox-marker-container1, + .audiobox-marker-timeline, .audiobox-marker-minicontainer { position: absolute; width: 10px; @@ -115,6 +116,11 @@ width: 2px; z-index: 100; } + + // .contentFittingDocumentView-previewDoc { + // width: 100% !important; + // transform: none !important; + // } } .audiobox-marker-container1:hover, @@ -173,14 +179,14 @@ pointer-events:all; } -.timeline-button { - position: absolute; - bottom: 15px; - right: 17%; - color: lightgrey; - width: 20px; +// .timeline-button { +// position: absolute; +// bottom: 35px; +// right: 235px; +// color: lightgrey; +// width: 20px; -} +// } .videoBox-play { width: 25px; height: 20px; |
