Fix eq shade volume width... again

I made the wrong fix in a3065846bc. The width was correct, it was the offet that was wrong.
This commit is contained in:
Jordan Eldredge 2018-05-07 07:26:31 -07:00
parent a3065846bc
commit 6a24f6267f

View file

@ -10,10 +10,10 @@
#webamp #equalizer-volume {
position: absolute;
left: 60px;
left: 61px;
top: 4px;
height: 6px;
width: 98px;
width: 97px;
background-position: 0 0;
}