Laravel-Backpack / theme-tabler

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

remove duplicate menu #161

Closed pxpm closed 4 months ago

pxpm commented 4 months ago

this fixes the issue reported in https://github.com/Laravel-Backpack/community-forum/issues/849

nerbiz commented 4 months ago

Please revert these changes, as the menu is now gone on 'lg' and larger screens. I believe it can be fixed instead by adding 'd-none d-lg-block' classes to the account dropdown menu, the one that was removed.

This proposal works on my end, but please test to be sure:

<li class="nav-item dropdown d-none d-lg-block">
pxpm commented 4 months ago

Please revert these changes, as the menu is now gone on 'lg' and larger screens. I believe it can be fixed instead by adding 'd-none d-lg-block' classes to the account dropdown menu, the one that was removed.

This proposal works on my end, but please test to be sure:

<li class="nav-item dropdown d-none d-lg-block">

thanks, sorry for that. fixed in 1.2.3 🙏