mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 22:45:18 +00:00
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:
parent
a3065846bc
commit
6a24f6267f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue