From 0dd41c2e02775e08288ef152f9368f807873126d Mon Sep 17 00:00:00 2001 From: rxdn <29165304+rxdn@users.noreply.github.com> Date: Tue, 26 Jul 2022 12:17:38 +0100 Subject: [PATCH] Adjust filter card --- frontend/src/views/Transcripts.svelte | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/views/Transcripts.svelte b/frontend/src/views/Transcripts.svelte index f5c787b..fd4241a 100644 --- a/frontend/src/views/Transcripts.svelte +++ b/frontend/src/views/Transcripts.svelte @@ -1,6 +1,6 @@
- + Filter Logs @@ -23,7 +23,7 @@
- + @@ -32,11 +32,11 @@
-
- -
+
+ +
@@ -257,7 +257,8 @@ .row { display: flex; flex-direction: row; - justify-content: space-between; + justify-content: flex-start; + gap: 2%; width: 100%; height: 100%; }