From 721e811dc26771303e391c791b0866ac928aacf5 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 30 Sep 2024 17:15:56 +0700 Subject: [PATCH] Giving a margin between icon and name on the sidebar menu --- costapy-templates/prime/html/sidebar.html | 2 +- html/index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/costapy-templates/prime/html/sidebar.html b/costapy-templates/prime/html/sidebar.html index 1ede2e9..0790666 100644 --- a/costapy-templates/prime/html/sidebar.html +++ b/costapy-templates/prime/html/sidebar.html @@ -6,7 +6,7 @@ % if any(role in item['roles'] for role in user_roles): % endif diff --git a/html/index.html b/html/index.html index c75fba7..d46948a 100644 --- a/html/index.html +++ b/html/index.html @@ -54,27 +54,27 @@