From d429667c4eb8ef7968a96612b3615ccf0bb1fccc Mon Sep 17 00:00:00 2001 From: mtmail Date: Wed, 17 Feb 2021 15:11:26 +0100 Subject: [PATCH] convert advanced search options into inline list (#82) --- src/components/SearchSection.svelte | 135 +++++++++++++++++----------- 1 file changed, 82 insertions(+), 53 deletions(-) diff --git a/src/components/SearchSection.svelte b/src/components/SearchSection.svelte index 9bc5090..0246605 100644 --- a/src/components/SearchSection.svelte +++ b/src/components/SearchSection.svelte @@ -86,7 +86,7 @@ -
+
- - -
-
-
- - - - - - -
-
- - - - -
-
- - - - -
-
-
+ +
+ Advanced options +
    +
  • +
    + + +
    +
  • + +
  • +
    + + +
    +
  • + +
  • +
    + + +
    +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • + +
  • + + +
  • +
+
+ -- 2.39.5