diff options
| -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" > |
