From b59b3e294f28a7e36848af99051a619d69a31555 Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 29 Apr 2021 21:41:31 +0200 Subject: [PATCH] Arrange Sort List form fields --- bookwyrm/templates/lists/list.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 641038d0..e61caf9c 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -79,15 +79,19 @@

{% trans "Sort List" %}

- -
- {{ sort_form.sort_by }} +
+ +
+ {{ sort_form.sort_by }} +
- -
- {{ sort_form.direction }} +
+ +
+ {{ sort_form.direction }} +
-
+