diff --git a/static_files/custom_styles.css b/static_files/custom_styles.css index 8556993..44632fe 100644 --- a/static_files/custom_styles.css +++ b/static_files/custom_styles.css @@ -10,6 +10,11 @@ margin: 0 auto; } +/* ── Sidebar ── */ +.nav-sidebar .nav-link { + padding-left: 0.6rem; +} + body.layout-boxed { background: radial-gradient(circle at center, #444 0%, #ccc 80%, #fff 100%); } diff --git a/templates/template_parts/base_sidebar.html b/templates/template_parts/base_sidebar.html index 539f495..53ffdb6 100644 --- a/templates/template_parts/base_sidebar.html +++ b/templates/template_parts/base_sidebar.html @@ -65,7 +65,7 @@