diff options
| author | mehekj <mehek.jethani@gmail.com> | 2021-11-11 16:57:49 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2021-11-11 16:57:49 -0500 |
| commit | 2a237ca29c11585ddf51be59be4a48c46c6d4b29 (patch) | |
| tree | f9e2c500ceee8fd4f2a78ebbfad2769f8af69132 /src/client/views/nodes/AudioBox.scss | |
| parent | 97a3a38c0fb07b52e70cba459d1b92273fb57b46 (diff) | |
prevent clips from becoming infinitely small
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 76043bfd4..d40537776 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -117,7 +117,7 @@ } input[type="range"] { - width: 70px; + width: 50px; -webkit-appearance: none; background: none; margin: 5px; |
