diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-27 12:13:21 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-27 12:13:21 -0500 |
| commit | 31faf2b0683fc15c040d47425f931531c0d8a0f8 (patch) | |
| tree | d2c4191587d5282aa1b43c13b323a38d8c5f6c0e /src/client/views/nodes/VideoBox.scss | |
| parent | 3576c88e3c5bc9c6745c2f7fa70721c4057cae0e (diff) | |
fixed size of timeline toggle on videoBox and some other tweaks to hide documentdeocrations on timeline items.
Diffstat (limited to 'src/client/views/nodes/VideoBox.scss')
| -rw-r--r-- | src/client/views/nodes/VideoBox.scss | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/client/views/nodes/VideoBox.scss b/src/client/views/nodes/VideoBox.scss index 19f605278..ac4d64f12 100644 --- a/src/client/views/nodes/VideoBox.scss +++ b/src/client/views/nodes/VideoBox.scss @@ -183,14 +183,15 @@ pointer-events:all; } -.timeline-button { +.videoBox-timelineButton { position: absolute; display: flex; align-items: center; z-index: 1010; - bottom: 35px; - right: 235px; + bottom: 5px; + right: 5px; color: white; + cursor: pointer; background: dimgrey; width: 20px; height: 20px; |
