From 7ec641fad7cbba14dcf9326e5d877ea6e3a3c85b Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Mon, 5 Oct 2020 11:01:04 +0100 Subject: [PATCH] Add borders to VU to see where 0 is. --- src/App.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.scss b/src/App.scss index bb740e4..20c33c6 100644 --- a/src/App.scss +++ b/src/App.scss @@ -76,6 +76,8 @@ $number-of-channels: 3; background: black; canvas { max-width: 100%; + border-left: 1px solid gray; + border-right: 1px solid gray; } } }