summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-rw-r--r--src/components/ConfigurationSection.tsx22
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"}