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 | |
| parent | 3009706795fcf6fb44d25c1458f24c0714822352 (diff) | |
| download | decky-lsfg-vk-2e4f52af98e63d8437c7ea5805eafcb1ece77b94.tar.gz decky-lsfg-vk-2e4f52af98e63d8437c7ea5805eafcb1ece77b94.zip | |
chore: rm awk separator
| -rw-r--r-- | justfile | 2 | ||||
| -rw-r--r-- | src/components/ProfileManagement.tsx | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -8,7 +8,7 @@ build: python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh test: - scp "out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop + scp "out/decky-lsfg-vk.zip" deck@192.168.0.6:~/Desktop clean: rm -rf node_modules dist
\ No newline at end of file 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" > |
