From 6b3cca7a0d8487f14c18ca71a02ddbec215e8172 Mon Sep 17 00:00:00 2001 From: Silvio Heinze Date: Mon, 13 Jan 2025 19:02:15 +0100 Subject: [PATCH] optimize header and footer for mobile view --- app/templates/_base.html | 106 +++++++++++++++++++++++++++------------ 1 file changed, 74 insertions(+), 32 deletions(-) diff --git a/app/templates/_base.html b/app/templates/_base.html index 123ea3f..d4e0fb2 100644 --- a/app/templates/_base.html +++ b/app/templates/_base.html @@ -4,6 +4,7 @@ + {% block title %} {% if host == "arbeitsplatz.luftdaten.at" %} @@ -15,9 +16,9 @@ - + - {% comment %} {% endcomment %} + {% block styles %}{% endblock styles %} @@ -26,54 +27,95 @@ - -
- - {% block map %}{% endblock map %} + +
{# Added top padding to avoid fixed navbar overlap #} + {% block map %}{% endblock map %}
{% block content %} {% endblock content %} @@ -84,9 +126,9 @@