summaryrefslogtreecommitdiffstats
path: root/ogcp
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2023-12-12 13:21:48 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2023-12-12 14:32:47 +0100
commit069733b00eda6f3ced63df603ae21a58cc8f9907 (patch)
treeb0dda68f2e3ff5801ba4e7754ec969a05132ba49 /ogcp
parent0f5ba31c09067b7ee10fc376b8f899f9086050c7 (diff)
base: Increase column size for sidebarv1.1.3-8
Make the sidebar wider to improve readability of its content
Diffstat (limited to 'ogcp')
-rw-r--r--ogcp/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index 8ef8f3a..39680c3 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -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 %}