move Clear button to right side of filters row
This commit is contained in:
parent
30c2539766
commit
b1c88ac483
1 changed files with 3 additions and 4 deletions
|
|
@ -443,13 +443,12 @@
|
||||||
</DropdownMenu.Portal>
|
</DropdownMenu.Portal>
|
||||||
</DropdownMenu.Root>
|
</DropdownMenu.Root>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if hasActiveFilters}
|
|
||||||
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
|
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="right-controls">
|
<div class="right-controls">
|
||||||
|
{#if hasActiveFilters}
|
||||||
|
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
|
||||||
|
{/if}
|
||||||
{#if showSort}
|
{#if showSort}
|
||||||
<div class="sort">
|
<div class="sort">
|
||||||
<Select
|
<Select
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue