fix(frontend): Fix show archived button position (#1921)

This commit is contained in:
Faton Ramadani
2023-07-21 14:10:35 +03:00
committed by GitHub
parent 8d4ef7c9b4
commit 19e4b56405
2 changed files with 4 additions and 4 deletions
@@ -351,9 +351,9 @@
<div class="mt-10" />
{/if}
{#if !loading}
<div class="absolute -bottom-2 right-0 bg-white/90">
<Toggle size="xs" bind:checked={archived} options={{ right: 'Show archived' }} /></div
>
<div class="flex w-full flex-row-reverse">
<Toggle size="xs" bind:checked={archived} options={{ right: 'Show archived' }} />
</div>
{/if}
</div>
<div>
@@ -61,7 +61,7 @@
</script>
{#if Array.isArray(filtersAndSelected) && filtersAndSelected.length > 0}
<div class="gap-2 w-full flex flex-wrap my-4">
<div class="gap-2 w-full flex flex-wrap mt-4">
{#each filtersAndSelected as filter (filter)}
<div in:fade={{ duration: 50 }} animate:flip={{ duration: 100 }}>
<Badge