From 3e543639737426a1ba661a444324884a0e836ea0 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 1 Dec 2021 13:57:20 -0600 Subject: [PATCH] fix --- files/templates/mobile_navigation_bar.html | 135 ++++++++++----------- 1 file changed, 64 insertions(+), 71 deletions(-) diff --git a/files/templates/mobile_navigation_bar.html b/files/templates/mobile_navigation_bar.html index 190a84562e..7ada4aa1f1 100644 --- a/files/templates/mobile_navigation_bar.html +++ b/files/templates/mobile_navigation_bar.html @@ -1,77 +1,70 @@ - -
-
+
- -{% if v and v.defaultsorting == 'new' %} - -{% else %} - -{% endif %} - - -{% if v %} - -{% else %} - -{% endif %} -
+ + {% if v and v.defaultsorting == 'new' %} + + {% else %} + + {% endif %} + + + {% if v %} + + {% else %} + + {% endif %} +
\ No newline at end of file