[BUGFIX] layout shift after filterung

This commit is contained in:
Marie Birner 2023-04-10 23:10:24 +02:00
parent 8a6c6fd56d
commit 5a40f8ebd6
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- [] delete flag user administration - [] delete flag user administration
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde? - [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
- [] automatically add regular planned trip - [] automatically add regular planned trip
- [] my trips for cox
# Frontend Process # Frontend Process
´cd frontend´ ´cd frontend´

View File

@ -12,7 +12,7 @@
{{ macros::header(loggedin_user=loggedin_user) }} {{ macros::header(loggedin_user=loggedin_user) }}
{%endif%} {%endif%}
<div class="flex min-h-screen items-center justify-center px-4 py-12 sm:px-6 lg:px-8"> <div class="flex min-h-screen {%if not loggedin_user %} items-center {% else %} items-start {% endif %} justify-center px-4 py-12 sm:px-6 lg:px-8">
{% block content %}{% endblock content %} {% block content %}{% endblock content %}
</div> </div>