[CHANGE] Reduce the width of the side menu to 300px

This gives the apps a bit of wiggle room for all the tables we have there.
This commit is contained in:
Peter Pfeufer 2024-01-17 20:04:07 +01:00
parent f8baeb19a7
commit 8a3fb17147
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

View File

@ -4,7 +4,7 @@
<div class="col-auto px-0"> <div class="col-auto px-0">
<div class="collapse collapse-horizontal" tabindex="-1" id="sidebar"> <div class="collapse collapse-horizontal" tabindex="-1" id="sidebar">
<div style="width: 350px;"> <div style="width: 300px;">
<div class="nav-padding navbar-dark bg-dark text-light px-0 d-flex flex-column overflow-hidden vh-100 {% if not user.is_authenticated %}position-relative{% endif %}"> <div class="nav-padding navbar-dark bg-dark text-light px-0 d-flex flex-column overflow-hidden vh-100 {% if not user.is_authenticated %}position-relative{% endif %}">
{% if user.is_authenticated %} {% if user.is_authenticated %}
<ul id="sidebar-menu" class="navbar-nav flex-column mb-auto overflow-auto pt-2"> <ul id="sidebar-menu" class="navbar-nav flex-column mb-auto overflow-auto pt-2">