aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-23 14:54:55 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-23 14:54:55 -0700
commita8ccd648f811a5049bda15d5ace9d44ef570b418 (patch)
treec8b6113ae66ce35a7c369004a22111d0368f8c8e /src/client/views/nodes/AudioBox.scss
parentefb3fa5fa8081256cfae6ae6cb75b010c560a5e5 (diff)
change onClick and link kind of works
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 6601c6f24..ff3f78457 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -152,7 +152,6 @@
background: gray;
border-radius: 100%;
opacity: 0.9;
- background-color: transparent;
box-shadow: black 2px 2px 1px;
.linkAnchorBox-cont {
@@ -199,8 +198,10 @@
.audiobox-marker {
position: relative;
- height: calc(100% - 15px);
- margin-top: 15px;
+ height: 100%;
+ // height: calc(100% - 15px);
+ width: 100%;
+ //margin-top: 15px;
}
.audio-marker:hover {
@@ -238,6 +239,13 @@
z-index: 100;
}
+ .click {
+ position: relative;
+ height: 100%;
+ width: 100%;
+ z-index: 100;
+ }
+
.left-resizer {
position: absolute;
left: 0;