From 2805e35b2fba086f49faa1f4cba3c457538f8924 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 26 Aug 2019 12:11:40 +0200 Subject: [PATCH] updated main-sidebar docs with additional classes --- docs/components/main-sidebar.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/components/main-sidebar.md b/docs/components/main-sidebar.md index 56be01914..b558dea8e 100644 --- a/docs/components/main-sidebar.md +++ b/docs/components/main-sidebar.md @@ -73,4 +73,16 @@ The sidebar used in this page to the left provides an example of what your sideb ``` {: .max-height-300} + +#### Additional Classes + +##### Navbar +- `.nav-child-indent` Child indent +- `.nav-compact` Compact nav items + + +> ##### Tip! +> You can also use `.text-sm` on `.nav-sidebar` for smaller font. +{: .quote-info} + For more infromation about the JS part of the sidebar, please visit the [PushMenu plugin page]({% link javascript/push-menu.md %})