From f0f36c44bd7c8707fe3788c05af1503b05e60f8c Mon Sep 17 00:00:00 2001 From: Matthew Stratford Date: Sun, 20 Sep 2020 19:48:12 +0100 Subject: [PATCH] Bit more prettier --- src/App.scss | 2 +- src/optionsMenu/ProModeTab.tsx | 10 +++------- src/showplanner/Player.tsx | 8 ++++++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.scss b/src/App.scss index fe73a57..d1adc63 100644 --- a/src/App.scss +++ b/src/App.scss @@ -154,7 +154,7 @@ $number-of-channels: 3; margin: 0; float: left; padding: 0 10px; - border-right: 3px solid white; + border-right: 3px solid white; } &.live { diff --git a/src/optionsMenu/ProModeTab.tsx b/src/optionsMenu/ProModeTab.tsx index 11a6231..bbb54e1 100644 --- a/src/optionsMenu/ProModeTab.tsx +++ b/src/optionsMenu/ProModeTab.tsx @@ -48,7 +48,7 @@ export function ProModeTab() { Reset trim when loading a new file -
+

Metering

Turn down these options if suffering from performance issues.

@@ -66,9 +66,7 @@ export function ProModeTab() { ) } /> - +
- +
); diff --git a/src/showplanner/Player.tsx b/src/showplanner/Player.tsx index 5eb3840..a11a9c9 100644 --- a/src/showplanner/Player.tsx +++ b/src/showplanner/Player.tsx @@ -67,8 +67,12 @@ export function Player({ id }: { id: number }) { ) ); const proMode = useSelector((state: RootState) => state.settings.proMode); - const vuEnabled = useSelector((state: RootState) => state.settings.channelVUs); - const vuStereo = useSelector((state: RootState) => state.settings.channelVUsStereo); + const vuEnabled = useSelector( + (state: RootState) => state.settings.channelVUs + ); + const vuStereo = useSelector( + (state: RootState) => state.settings.channelVUsStereo + ); const dispatch = useDispatch(); const VUsource = (id: number) => {