forked from Ruderverein-Donau-Linz/rowt
[BUGFIX] layout shift after filterung
This commit is contained in:
parent
8a6c6fd56d
commit
5a40f8ebd6
@ -5,6 +5,7 @@
|
||||
- [] delete flag user administration
|
||||
- [] max_people = 0 -> Rot hervorheben, dass Ausfahrt abgesagt wurde?
|
||||
- [] automatically add regular planned trip
|
||||
- [] my trips for cox
|
||||
|
||||
# Frontend Process
|
||||
´cd frontend´
|
||||
|
@ -12,7 +12,7 @@
|
||||
{{ macros::header(loggedin_user=loggedin_user) }}
|
||||
{%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 %}
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user