[CHANGE] Hide setting on mobile devices to avoid confusion

This commit is contained in:
Peter Pfeufer 2025-10-15 10:54:44 +02:00
parent 67081ab465
commit d507663316
No known key found for this signature in database

View File

@ -72,7 +72,7 @@
{% theme_select %}
{% if user.is_authenticated %}
{% if user.is_authenticated and not request.is_mobile_device %}
<li><hr class="dropdown-divider"></li>
<li><h6 class="dropdown-header">{% translate "Sidebar" %}</h6></li>