aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/AudioWaveform.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/AudioWaveform.scss')
-rw-r--r--src/client/views/AudioWaveform.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/client/views/AudioWaveform.scss b/src/client/views/AudioWaveform.scss
deleted file mode 100644
index 6cbd1759a..000000000
--- a/src/client/views/AudioWaveform.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.audioWaveform {
- position: relative;
- width: 100%;
- height: 200%;
- overflow: hidden;
- z-index: -1000;
- bottom: 0;
- pointer-events: none;
- div {
- height: 100% !important;
- width: 100% !important;
- }
- canvas {
- height: 100% !important;
- width: 100% !important;
- }
-}