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.Root>
|
||||
{/if}
|
||||
|
||||
{#if hasActiveFilters}
|
||||
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<div class="right-controls">
|
||||
{#if hasActiveFilters}
|
||||
<button type="button" class="clear-btn" onclick={clearAll}>Clear</button>
|
||||
{/if}
|
||||
{#if showSort}
|
||||
<div class="sort">
|
||||
<Select
|
||||
|
|
|
|||
Loading…
Reference in a new issue