aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.scss
diff options
context:
space:
mode:
authorLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-22 20:54:40 -0700
committerLionel Han <47760119+IGoByJoe@users.noreply.github.com>2020-07-22 20:54:40 -0700
commit5dcc72c2c61e3aafc30b041e312784d881de72d8 (patch)
tree276c1d37501ff4b445ab9e7599bfb94f7628e892 /src/client/views/nodes/AudioBox.scss
parentf2019b9c05d5c9b63dde6329e845e72707fb348a (diff)
turn markers into documents and kind of got linking to work
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
-rw-r--r--src/client/views/nodes/AudioBox.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss
index 4a6a471ec..6601c6f24 100644
--- a/src/client/views/nodes/AudioBox.scss
+++ b/src/client/views/nodes/AudioBox.scss
@@ -190,10 +190,10 @@
.audiobox-marker-minicontainer {
position: absolute;
width: 10px;
- height: 90%;
+ height: 10px;
top: 2.5%;
background: gray;
- border-radius: 5px;
+ border-radius: 50%;
box-shadow: black 2px 2px 1px;
overflow: auto;
@@ -268,14 +268,14 @@
.current-time {
position: absolute;
font-size: 12;
- top: 70%;
+ top: calc(100% - 10px);
left: 30px;
color: white;
}
.total-time {
position: absolute;
- top: 70%;
+ top: calc(100% - 10px);
font-size: 12;
right: 2px;
color: white;