diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 10:14:59 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 10:14:59 -0400 |
| commit | 2e4f52af98e63d8437c7ea5805eafcb1ece77b94 (patch) | |
| tree | 429865860f789b1ad9bedef6a33e8d8fe8b1422b /src | |
| parent | 3009706795fcf6fb44d25c1458f24c0714822352 (diff) | |
| download | decky-lsfg-vk-2e4f52af98e63d8437c7ea5805eafcb1ece77b94.tar.gz decky-lsfg-vk-2e4f52af98e63d8437c7ea5805eafcb1ece77b94.zip | |
chore: rm awk separator
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ProfileManagement.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ProfileManagement.tsx b/src/components/ProfileManagement.tsx index 7504ca4..d3d15a9 100644 --- a/src/components/ProfileManagement.tsx +++ b/src/components/ProfileManagement.tsx @@ -405,6 +405,7 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa label="" childrenLayout="below" childrenContainerWidth="max" + bottomSeparator="none" > <Dropdown rgOptions={profileOptions} @@ -423,7 +424,8 @@ export function ProfileManagement({ currentProfile, onProfileChange }: ProfileMa gap: "8px", width: "100%", padding: "0", - margin: "0" + margin: "0", + marginTop: "8px" }} flow-children="horizontal" > |
