Enable playlist visualizer

This commit is contained in:
Jordan Eldredge 2019-01-01 16:40:20 -08:00
parent 54a267efbd
commit fe6289b890
3 changed files with 35 additions and 41 deletions

View file

@ -234,11 +234,6 @@
height: 100%;
position: absolute;
right: 150px;
display: none; /* Only show if the window is wide enough */
}
#webamp #playlist-window.wide .playlist-visualizer {
display: block;
}
#webamp #playlist-window .mini-time {
@ -321,9 +316,10 @@
right: 30px;
}
#webamp #playlist-window #visualizer {
#webamp #playlist-window .visualizer-wrapper {
position: absolute;
/* TODO: These numbers are not quite right */
top: 10px;
left: 5px;
top: 12px;
left: 2px;
width: 72px;
overflow: hidden;
}