diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-08 14:05:00 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-08 14:05:00 -0500 |
| commit | e80e0e3938f1f7c5f740553eb5cb7b152f2598e8 (patch) | |
| tree | bb45d017581aa58351d5f6a056836330ff090da6 /src/client/views/nodes/AudioBox.scss | |
| parent | 3b58580fce84d3f1eb3af586041d703f663e8667 (diff) | |
fixed selection of audio region's ScreenToLocal so that doc decorations fit correctly
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index f16d13a4e..e5bf9088f 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -125,7 +125,6 @@ margin-top: auto; margin-bottom: auto; width: 100%; - height: 80%; position: relative; padding-right: 5px; display: flex; @@ -135,7 +134,6 @@ margin-top: auto; margin-bottom: auto; margin-right: 2px; - width: 30px; height: 25px; padding: 2px; border-radius: 50%; @@ -163,7 +161,6 @@ .audiobox-timeline { position: relative; - height: 80%; width: 100%; background: white; border: gray solid 1px; |
