Add borders to VU to see where 0 is.
This commit is contained in:
parent
654c1ee0f3
commit
7ec641fad7
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ $number-of-channels: 3;
|
|||
background: black;
|
||||
canvas {
|
||||
max-width: 100%;
|
||||
border-left: 1px solid gray;
|
||||
border-right: 1px solid gray;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue