From 3cb04b2a6daecd18428ad011aee95dcc5ccd0169 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 21:48:35 +0700 Subject: [PATCH 1/2] Giving a margin between icon and name on the sidebar menu --- app/templates/prime/html/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/prime/html/sidebar.html b/app/templates/prime/html/sidebar.html index 1ede2e9..0790666 100644 --- a/app/templates/prime/html/sidebar.html +++ b/app/templates/prime/html/sidebar.html @@ -6,7 +6,7 @@ % if any(role in item['roles'] for role in user_roles): % endif From e2a90cc4dc562c4e323c74b6d7b69044b7964772 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Thu, 26 Sep 2024 22:40:52 +0700 Subject: [PATCH 2/2] Bold a sidebar menu item when active --- app/templates/prime/html/sidebar.html | 2 +- app/templates/prime/static/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/prime/html/sidebar.html b/app/templates/prime/html/sidebar.html index 0790666..664bcea 100644 --- a/app/templates/prime/html/sidebar.html +++ b/app/templates/prime/html/sidebar.html @@ -1,7 +1,7 @@