mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-20 16:49:52 +00:00
Fix for actual height of EQ band sliders
This commit is contained in:
parent
99e9e70ce6
commit
344a3c9432
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
|
||||
#winamp2-js .band {
|
||||
width: 14px;
|
||||
height: 64px;
|
||||
height: 63px;
|
||||
}
|
||||
|
||||
#winamp2-js .band input[type=range] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue