diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-22 21:14:37 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-22 21:14:37 -0500 |
| commit | d0025200b23f57ec25d3452d425de8725a032c6a (patch) | |
| tree | 843ef1f021239af4b7f82c9eee553a9978fe0f46 /src/client/views/nodes/VideoBox.scss | |
| parent | b9326dfc3e15683190a7d520daca6791ef049dea (diff) | |
fixed selection bounds for video box annotations, especially when in full screen view.
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 8bba5d1ff..19f605278 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -183,14 +183,18 @@ pointer-events:all; } -// .timeline-button { -// position: absolute; -// bottom: 35px; -// right: 235px; -// color: lightgrey; -// width: 20px; - -// } +.timeline-button { + position: absolute; + display: flex; + align-items: center; + z-index: 1010; + bottom: 35px; + right: 235px; + color: white; + background: dimgrey; + width: 20px; + height: 20px; +} .videoBox-play { width: 25px; height: 20px; |
