diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 14:26:05 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 14:26:05 -0400 |
| commit | 8dcfea10e22d783a8adc6b1564e10bd32777a665 (patch) | |
| tree | 4b07e7260ce2530fd9a1b1a0c2a9cc5412d967a5 /src/components/ConfigurationSection.tsx | |
| parent | f2a2f4a126c5b60a2f8115c850883ccb8d736825 (diff) | |
| download | decky-lsfg-vk-8dcfea10e22d783a8adc6b1564e10bd32777a665.tar.gz decky-lsfg-vk-8dcfea10e22d783a8adc6b1564e10bd32777a665.zip | |
chore: compact spacing for collapsibles
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index eeacf05..0734297 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -77,10 +77,10 @@ export function ConfigurationSection({ 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" }} > @@ -89,7 +89,10 @@ export function ConfigurationSection({ </PanelSectionRow> <PanelSectionRow> - <div className="LSFG_ConfigCollapseButton_Container"> + <div + className="LSFG_ConfigCollapseButton_Container" + style={{ marginTop: "-2px", marginBottom: "4px" }} + > <ButtonItem layout="below" bottomSeparator={configCollapsed ? "standard" : "none"} @@ -169,10 +172,10 @@ export function ConfigurationSection({ 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" }} > @@ -181,7 +184,10 @@ export function ConfigurationSection({ </PanelSectionRow> <PanelSectionRow> - <div className="LSFG_WorkaroundsCollapseButton_Container"> + <div + className="LSFG_WorkaroundsCollapseButton_Container" + style={{ marginTop: "-2px", marginBottom: "4px" }} + > <ButtonItem layout="below" bottomSeparator={workaroundsCollapsed ? "standard" : "none"} |
