From 200f301ecf7750738f5e2c8b5ac1becfeaa435d5 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 22 Jul 2025 15:49:37 -0400 Subject: better appearance, almost good --- src/components/ConfigurationSection.tsx | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index c1554f3..bd73e9c 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -59,7 +59,8 @@ export function ConfigurationSection({ marginTop: "10px", marginBottom: "10px", display: "flex", - justifyContent: "center" + justifyContent: "center", + alignItems: "center" }} flow-children="horizontal" > @@ -80,19 +81,13 @@ export function ConfigurationSection({
{config.multiplier < 2 ? "OFF" : `${config.multiplier}X`} -- cgit v1.2.3