Add listener spectrum visualizer

This commit is contained in:
3nd3r
2026-01-02 23:41:36 -06:00
parent 7141bd900e
commit c08ee70fe8
3 changed files with 98 additions and 5 deletions

View File

@@ -1380,7 +1380,8 @@ input[type=range] {
}
#viz-A,
#viz-B {
#viz-B,
#viz-listener {
height: 80px !important;
}
@@ -2413,6 +2414,12 @@ input[type=range] {
backdrop-filter: blur(10px);
}
#viz-listener {
width: 100%;
display: block;
margin: 20px 0;
}
.now-playing {
text-align: center;
font-family: 'Orbitron', sans-serif;
@@ -2559,6 +2566,11 @@ input[type=range] {
.volume-control label {
font-size: 0.9rem;
}
#viz-listener {
height: 60px !important;
margin: 15px 0;
}
}
/* Hide landscape prompt globally when listening-active class is present */