Add borders to VU to see where 0 is.

This commit is contained in:
Matthew Stratford 2020-10-05 11:01:04 +01:00
parent 654c1ee0f3
commit 7ec641fad7

View file

@ -76,6 +76,8 @@ $number-of-channels: 3;
background: black; background: black;
canvas { canvas {
max-width: 100%; max-width: 100%;
border-left: 1px solid gray;
border-right: 1px solid gray;
} }
} }
} }