base: Increase column size for sidebar

Make the sidebar wider to improve readability of its content
master v1.1.3-8
Javier Hernandez 2023-12-12 13:21:48 +01:00 committed by OpenGnSys Support Team
parent 0f5ba31c09
commit 069733b00e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<div class="row h-100">
{# The sidebar is not visible on index and login #}
{% if request.endpoint not in ["index", "login"] %}
<div id="sidebar" class="bg-light col-md-3 col-lg-2">
<div id="sidebar" class="bg-light col-md-3 col-lg-3">
{% block sidebar %}{% endblock %}
</div>
{% else %}