summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 15:49:37 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 15:49:37 -0400
commit200f301ecf7750738f5e2c8b5ac1becfeaa435d5 (patch)
tree2cf98f786c26b78c8bae7163bd58e962b16eb690 /src
parent658d4667356a0f71632fb3d97a151a8f7d752509 (diff)
downloaddecky-lsfg-vk-200f301ecf7750738f5e2c8b5ac1becfeaa435d5.tar.gz
decky-lsfg-vk-200f301ecf7750738f5e2c8b5ac1becfeaa435d5.zip
better appearance, almost good
Diffstat (limited to 'src')
-rw-r--r--src/components/ConfigurationSection.tsx19
1 files 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({
</DialogButton>
<div
style={{
- marginLeft: "5px",
- marginRight: "5px",
- height: "30px",
- display: "flex",
- alignItems: "center",
- justifyContent: "center",
- padding: "5px 0px 0px 0px",
- minWidth: "60px",
+ marginLeft: "20px",
+ marginRight: "20px",
+ fontSize: "16px",
fontWeight: "bold",
color: "white",
- backgroundColor: "rgba(255, 255, 255, 0.1)",
- borderRadius: "3px",
- border: "1px solid rgba(255, 255, 255, 0.2)"
+ minWidth: "60px",
+ textAlign: "center"
}}
>
{config.multiplier < 2 ? "OFF" : `${config.multiplier}X`}