diff options
author | mehekj <mehek.jethani@gmail.com> | 2021-10-23 22:12:15 -0400 |
---|---|---|
committer | mehekj <mehek.jethani@gmail.com> | 2021-10-23 22:12:15 -0400 |
commit | 35157eb87d6d3e23f2392d70c62df9519b682745 (patch) | |
tree | 55cc70c0f7fd5138cb700b60d19e4e8b8d3f4d4f /src/client/views/nodes/AudioBox.scss | |
parent | 3d76222b8cd41423bcdd7a91e4aee2826f329d9f (diff) |
implemented basic audio timeline zoom with scroll
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r-- | src/client/views/nodes/AudioBox.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 391507796..d466c6c3b 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -177,6 +177,11 @@ width: 100%; background: $white; } + + .audiobox-timeline > div { + width: 100%; + height: 100%; + } } .audiobox-timecodes { |