aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-01 16:34:48 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-08-01 16:34:48 -0700
commit58f75d38dcfd113c90e4e27e55468d06412c653e (patch)
tree8bce10c162c11ba563442ee01408346daf7312d4 /src/client/views/nodes/AudioBox.scss
parent28ab7ecd633e92619adfcbd1ce3ca72ddbba7ea8 (diff)
fixed bugs and added waveform (need fix)
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 6d52988bb..35ab5da8b 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -140,6 +140,14 @@
height: 100%;
background-color: red;
position: absolute;
+ top: 0px;
+ }
+
+ .waveform {
+ position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
}
.audiobox-linker,
@@ -259,7 +267,7 @@
.audiobox-marker-container1:hover,
.audiobox-marker-minicontainer:hover {
- opacity: 1;
+ opacity: 0.8;
}
.audiobox-marker-minicontainer {