From 337b2f5ef32ecace699d2225f31caf3257806b44 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 21 Aug 2022 14:32:34 +0200 Subject: Fix payments page on narrow devices After the introduction of filters, the payments table page was not very usable on mobile phones. --- templates/payment/table.html | 6 ++++++ templates/payment/table/search.html | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/payment/table.html b/templates/payment/table.html index 72ac59c..fc69b2d 100644 --- a/templates/payment/table.html +++ b/templates/payment/table.html @@ -41,6 +41,12 @@ {% if query.frequency != "Monthly" %} ponctuel {% else %} mensuel {% endif %} +
+ +
+ {% if payments %}
diff --git a/templates/payment/table/search.html b/templates/payment/table/search.html index e46b582..0ae2589 100644 --- a/templates/payment/table/search.html +++ b/templates/payment/table/search.html @@ -1,5 +1,4 @@
-