Fix height of VU.

This commit is contained in:
Matthew Stratford 2021-01-16 00:55:50 +00:00
parent 9b587ae3f0
commit df155c89b1
No known key found for this signature in database
GPG key ID: 9E53C8B3F0B57395

View file

@ -309,7 +309,7 @@ export function NavBarMain() {
<li className={"nav-item px-2 nav-vu" + (isPFL ? " pfl-live" : "")}>
<VUMeter
width={235}
height={isPFL ? 32 : 40}
height={isPFL ? 34 : 40}
source={isPFL ? "pfl" : "master"}
range={[-40, 3]}
stereo={true}