summaryrefslogtreecommitdiff
path: root/src/components/ProfileManagement.tsx
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 14:26:05 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-10-20 14:26:05 -0400
commit8dcfea10e22d783a8adc6b1564e10bd32777a665 (patch)
tree4b07e7260ce2530fd9a1b1a0c2a9cc5412d967a5 /src/components/ProfileManagement.tsx
parentf2a2f4a126c5b60a2f8115c850883ccb8d736825 (diff)
downloaddecky-lsfg-vk-8dcfea10e22d783a8adc6b1564e10bd32777a665.tar.gz
decky-lsfg-vk-8dcfea10e22d783a8adc6b1564e10bd32777a665.zip
chore: compact spacing for collapsibles
Diffstat (limited to 'src/components/ProfileManagement.tsx')
-rw-r--r--src/components/ProfileManagement.tsx11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx
index d3d15a9..62160d9 100644
--- a/src/components/ProfileManagement.tsx
+++ b/src/components/ProfileManagement.tsx
@@ -367,10 +367,10 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa
style={{
fontSize: "14px",
fontWeight: "bold",
- marginTop: "16px",
- marginBottom: "8px",
+ marginTop: "8px",
+ marginBottom: "6px",
borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
- paddingBottom: "4px",
+ paddingBottom: "3px",
color: "white"
}}
>
@@ -379,7 +379,10 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa
</PanelSectionRow>
<PanelSectionRow>
- <div className="LSFG_ProfilesCollapseButton_Container">
+ <div
+ className="LSFG_ProfilesCollapseButton_Container"
+ style={{ marginTop: "-2px", marginBottom: "4px" }}
+ >
<ButtonItem
layout="below"
bottomSeparator={profilesCollapsed ? "standard" : "none"}