summaryrefslogtreecommitdiff
path: root/src/components/ProfileManagement.tsx
diff options
context:
space:
mode:
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"}