diff --git a/Havit.Blazor.Components.Web.Bootstrap/Navigation/Internal/HxSidebarItemNavLinkContentInternal.razor.css b/Havit.Blazor.Components.Web.Bootstrap/Navigation/Internal/HxSidebarItemNavLinkContentInternal.razor.css
index 8cb44511..50fdd184 100644
--- a/Havit.Blazor.Components.Web.Bootstrap/Navigation/Internal/HxSidebarItemNavLinkContentInternal.razor.css
+++ b/Havit.Blazor.Components.Web.Bootstrap/Navigation/Internal/HxSidebarItemNavLinkContentInternal.razor.css
@@ -3,7 +3,7 @@
flex-direction: row;
align-items: center;
align-self: stretch;
- gap: .75rem;
+ gap: var(--hx-sidebar-item-content-gap);
}
.hx-sidebar-subitems.show .hx-sidebar-item-navlink-content-inner {
diff --git a/Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.lib.css b/Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.lib.css
index 2e4199b1..8c571f46 100644
--- a/Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.lib.css
+++ b/Havit.Blazor.Components.Web.Bootstrap/wwwroot/defaults.lib.css
@@ -18,6 +18,7 @@
--hx-sidebar-max-height: 100vh;
--hx-sidebar-toggler-background: var(--bs-gray-500);
--hx-sidebar-item-font-size: 1rem;
+ --hx-sidebar-item-content-gap: .75rem;
--hx-sidebar-item-padding: .75rem;
--hx-sidebar-item-color: var(--bs-body-color);
--hx-sidebar-item-icon-color: var(--bs-primary);
@@ -48,7 +49,7 @@
--hx-sidebar-brand-shortname-width: 2.5rem;
--hx-sidebar-brand-shortname-height: 2.5rem;
--hx-sidebar-brand-shortname-background-color: var(--bs-primary);
- --hx-sidebar-brand-shortname-border-radius: .625rem;
+ --hx-sidebar-brand-shortname-border-radius: var(--bs-border-radius);
--hx-sidebar-brand-shortname-color: var(--bs-white);
--hx-sidebar-brand-shortname-font-weight: 600;
--hx-sidebar-brand-name-color: var(--bs-body-color);
diff --git a/Havit.Blazor.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor b/Havit.Blazor.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
index 865c282e..717fb472 100644
--- a/Havit.Blazor.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
+++ b/Havit.Blazor.Documentation/Pages/Components/HxSidebarDoc/HxSidebar_Documentation.razor
@@ -70,6 +70,9 @@
Font size of the items.
+
+ Gap between the content of the items.
+
Padding of the items.
@@ -148,7 +151,7 @@
Background color of the brand short name.
-
+
Border radius of the brand short name.
@@ -200,7 +203,7 @@
Radius of the items in the footer.
- TODO
+ Gap between the content of the items in the footer.
Background color on hover of the items in the footer.