diff options
Diffstat (limited to 'src/client/views/nodes/AudioBox.scss')
| -rw-r--r-- | src/client/views/nodes/AudioBox.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/views/nodes/AudioBox.scss b/src/client/views/nodes/AudioBox.scss index 9bda5b2a7..14b90c570 100644 --- a/src/client/views/nodes/AudioBox.scss +++ b/src/client/views/nodes/AudioBox.scss @@ -31,4 +31,23 @@ .audiobox-record-interactive { pointer-events: all; } + .audiobox-controls { + width:100%; + height:100%; + position: relative; + display: grid; + .audiobox-player { + margin-top:auto; + margin-bottom:auto; + width:100%; + position: relative; + display: grid; + .audiobox-marker { + position:absolute; + width:10px; + height:100%; + background:green; + } + } + } }
\ No newline at end of file |
