Fix filters and export sidenavs

This commit is contained in:
Yassine Guedidi
2025-02-19 03:29:20 +01:00
parent 717195d3f5
commit 8df7d21777
4 changed files with 11 additions and 6 deletions

View File

@ -86,7 +86,7 @@
{% endif %}
<!-- Export -->
<div id="export" class="sidenav right-aligned">
<div id="export" class="sidenav no-autoinit">
{% set current_tag = null %}
{% if tag is defined %}
{% set current_tag = tag.slug %}
@ -111,7 +111,7 @@
<!-- Filters -->
{% if form is not null and is_granted('LIST_ENTRIES') %}
<div id="filters" class="sidenav right-aligned">
<div id="filters" class="sidenav no-autoinit">
<form action="{{ path('all') }}">
<h4 class="center">{{ 'entry.filters.title'|trans }}</h4>