-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Description
To create a beautiful tree structure in sidebar-mini you can add the below snippet of the code, which created the visual separation between the menu and the submenu present
Just make the changes in the file _app-sidebar.scss
// Custom SCSS to shift sidebar-mini dropdown treeview to the right by 8px .sidebar-mini .nav-item .nav-treeview { padding-left: 8px; // Shift the treeview to the right by 8px }