diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-21 12:06:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 12:06:57 -0400 |
| commit | 4f7557a84be323392e00f51194e7b70b35512277 (patch) | |
| tree | 12ff6e936470801b18f2ab39836b941be794cb05 /src/components/ProfileManagement.tsx | |
| parent | bd2fdea07cde9aaac77047aa4a7d406c39e5a56e (diff) | |
| parent | ec37b86c5d4a6371804e71e7863df6a71c756db3 (diff) | |
| download | decky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.tar.gz decky-lsfg-vk-4f7557a84be323392e00f51194e7b70b35512277.zip | |
Merge pull request #189 from xXJSONDeruloXx/store-cleanup-2
Store cleanup 2
Diffstat (limited to 'src/components/ProfileManagement.tsx')
| -rw-r--r-- | src/components/ProfileManagement.tsx | 11 |
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"} |
