From 8e40aa46aff96f9391f911c8012b083c7f3176ee Mon Sep 17 00:00:00 2001 From: EETagent Date: Thu, 12 Jan 2023 13:25:39 +0100 Subject: [PATCH] feat: move header to right list only --- .../(admin)/admin/(authenticated)/dashboard/+page.svelte | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte index fcbaf01..cb1e381 100644 --- a/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte +++ b/frontend/src/routes/(admin)/admin/(authenticated)/dashboard/+page.svelte @@ -98,11 +98,12 @@ {/if}
-
+
Background
+ {#each filters as filter}
@@ -194,7 +195,7 @@ .body { @apply h-full w-full; @apply float-left overflow-hidden; - @apply my-6 mx-12 ml-[27rem]; + @apply my-6 mt-14 mx-12 ml-[27rem]; } .body .controls {