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
|
- [] 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´
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user