From 56e1e76f114b0017e229d6282725de6c569ae10a Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 15 Apr 2024 17:15:35 +0200 Subject: [PATCH 1/2] [ADD] Missing theme padding on public pages --- allianceauth/templates/allianceauth/base-bs5.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html index bb61c6bb..7069b8fd 100644 --- a/allianceauth/templates/allianceauth/base-bs5.html +++ b/allianceauth/templates/allianceauth/base-bs5.html @@ -29,12 +29,11 @@ transform: rotate(180deg); } - {% if user.is_authenticated %} - .nav-padding { - padding-top: {% header_padding_size %} !important; - } - {% endif %} + .nav-padding { + padding-top: {% header_padding_size %} !important; + } + {% block extra_css %}{% endblock extra_css %} From ea439a21762ef615bbe8e2cb3537f78b601b2de8 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 15 Apr 2024 17:16:01 +0200 Subject: [PATCH 2/2] [FIX] Indentation --- .../templates/allianceauth/base-bs5.html | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/allianceauth/templates/allianceauth/base-bs5.html b/allianceauth/templates/allianceauth/base-bs5.html index 7069b8fd..58235b9e 100644 --- a/allianceauth/templates/allianceauth/base-bs5.html +++ b/allianceauth/templates/allianceauth/base-bs5.html @@ -38,44 +38,44 @@ - -