[UI] Tweak tree display (#10621)

- Increase horizontal spacing
This commit is contained in:
Oliver 2025-10-19 14:39:53 +11:00 committed by GitHub
parent 2b1fd1c309
commit bddcef9c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ export default function NavigationTree({
return (
<Group
p={3}
gap='xs'
justify='left'
key={payload.node.value}
wrap='nowrap'
@ -154,7 +155,7 @@ export default function NavigationTree({
}
}}
>
<Space w={3 * payload.level} />
<Space w={10 * (payload.level - 1)} />
<ActionIcon
size='sm'
variant='transparent'