mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
fix: move add button into button row
This commit is contained in:
parent
76f574a300
commit
6edd1bbc65
1 changed files with 5 additions and 6 deletions
|
|
@ -49,11 +49,6 @@
|
|||
{/each}
|
||||
</TabList>
|
||||
{/if}
|
||||
<IconButton
|
||||
ariaLabel="Add property filter group"
|
||||
iconId="plus"
|
||||
on:click={() => handleAddGroupClick()}
|
||||
/>
|
||||
<Spacer size="md" />
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
|
@ -65,6 +60,11 @@
|
|||
iconId="pencil"
|
||||
on:click={() => handleEditClick()}
|
||||
/>
|
||||
<IconButton
|
||||
ariaLabel="Add property filter group"
|
||||
iconId="plus"
|
||||
on:click={() => handleAddGroupClick()}
|
||||
/>
|
||||
<Stack justify="flex-end" width="100%" align="center" spacing="sm">
|
||||
<Switch
|
||||
ariaLabel="Toggle property filter group"
|
||||
|
|
@ -76,7 +76,6 @@
|
|||
iconId="trash"
|
||||
on:click={() => handleDeleteGroupClick()}
|
||||
/>
|
||||
<Spacer size="2xl" />
|
||||
</Stack>
|
||||
</Stack>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Reference in a new issue