Design update

This commit is contained in:
Patrick Jentsch
2024-11-15 15:21:26 +01:00
parent 6aacac2419
commit ee7f64f5be
10 changed files with 165 additions and 76 deletions

View File

@@ -3,7 +3,7 @@
{% endif %}
{% if sidenav_fixed is not defined %}
{% set sidenav_fixed = current_user.is_authenticated %}
{% set sidenav_fixed = false %}
{% endif %}
{% if sticky_footer is not defined %}