[BUGFIX] layout shift after filterung
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user