From 24e107b28ce74bd74a547f00f96662db734e6011 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 7 Aug 2021 14:40:43 +0200 Subject: fix: correct label background text and .el cleanup --- components/tweaks.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'components/tweaks.tsx') diff --git a/components/tweaks.tsx b/components/tweaks.tsx index ca88d2d..cc8b81e 100644 --- a/components/tweaks.tsx +++ b/components/tweaks.tsx @@ -124,7 +124,7 @@ export const Tweaks = (props: TweakProps) => { zIndex={300} position="relative" boxShadow="xl" - maxH={0.95 * globalThis.innerHeight} + maxH={0.92 * globalThis.innerHeight} > { {!visuals.labels ? 'Never' : visuals.labels < 2 - ? 'On Highlight' - : 'Always'} + ? 'On Highlight' + : 'Always'} {' '} @@ -876,7 +876,7 @@ export const Tweaks = (props: TweakProps) => { /> { {' '} {textArray.map((option, i) => { - ; {option} + ; {option} })} -- cgit v1.2.3