diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-26 16:47:29 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-26 16:47:29 -0500 |
| commit | dc919272a21ebdd21cae5986db135d893c42fe2d (patch) | |
| tree | 77720ffcff9d335585d350e7cb1d0eb6044b5b0c /src/client/views/nodes/AudioBox.scss | |
| parent | 20add09510fb02b144d421910a56d3f3896b1f90 (diff) | |
refactored out timeline code from video and audio into StackedTimeline component.
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 4a1cee721..4a3bbf8d8 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -341,7 +341,7 @@ .audiobox-marker { position: relative; - height: calc(100% - 8px); + height: 100%; margin-top: 8px; } } @@ -350,14 +350,14 @@ .current-time { position: absolute; font-size: 8; - top: calc(100% - 8px); + top: 100%; left: 30px; color: white; } .total-time { position: absolute; - top: calc(100% - 8px); + top: 100%; font-size: 8; right: 2px; color: white; |
