From 8ebaaaaa058cf7f231c2b2fd959b3326628253dc Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:47:31 +0100 Subject: [PATCH] Fix navbar on mobile --- core/templates/base.html | 39 ++++++++++++++----------- core/templates/ui/drilldown.html | 50 +++++++++++++++++--------------- 2 files changed, 48 insertions(+), 41 deletions(-) diff --git a/core/templates/base.html b/core/templates/base.html index 6c49dee..a91bb89 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -6,7 +6,10 @@ s Pathogen - {{ request.path_info }} - + + + + {# #} @@ -17,28 +20,30 @@
- +
diff --git a/core/templates/ui/drilldown.html b/core/templates/ui/drilldown.html index 3ec246d..8967696 100644 --- a/core/templates/ui/drilldown.html +++ b/core/templates/ui/drilldown.html @@ -5,7 +5,7 @@
-
+
{% csrf_token %} {% if results is not None %}
-
+
Results for {{ query }}
- - - - - - - - - - - - {% for item in results %} - - - - - - - - - {% endfor %} -
TSmsghostnickchannelnet
{{ item.ts }}{{ item.msg }}{{ item.host }}{{ item.nick }}{{ item.channel }}{{ item.net }}
+
+ + + + + + + + + + + + {% for item in results %} + + + + + + + + + {% endfor %} +
TSmsghostnickchannelnet
{{ item.ts }}{{ item.msg }}{{ item.host }}{{ item.nick }}{{ item.channel }}{{ item.net }}
+