From 3c6ae740195ab74ae5b2d5e3f904be3bb449c248 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 17 Mar 2026 15:53:58 -0300 Subject: [PATCH] update sidebar icons and adjust padding for improved layout --- static_files/custom_styles.css | 5 +++++ templates/template_parts/base_sidebar.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 @@