Laravel-Backpack / theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.
MIT License
21 stars 12 forks source link

Avoid unused separator #147

Closed promatik closed 9 months ago

promatik commented 9 months ago

There's an unnecessary separator on vertical layouts. I assume it's there to create a separation between the menu_container and the sidebar_content_top, BUT, it should only by there in case there is content on sidebar_content_top. So I moved it there.

image