From 6a24f6267f5d16076f326690296d7d477ee1dcf0 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 7 May 2018 07:26:31 -0700 Subject: [PATCH] Fix eq shade volume width... again I made the wrong fix in a3065846bc1a6e9db53c34261ef98f6773a6bce1. The width was correct, it was the offet that was wrong. --- css/equalizer-window.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/equalizer-window.css b/css/equalizer-window.css index f0ae4910..b6f2e1d8 100644 --- a/css/equalizer-window.css +++ b/css/equalizer-window.css @@ -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; }