maykinmedia / django-admin-index

Change the Django admin index page without too much hassle or visual changes.
BSD 3-Clause "New" or "Revised" License
89 stars 10 forks source link

Use "hamburger" for mobile menu #23

Open ghost opened 4 years ago

ghost commented 4 years ago

Following previous raised issue, is it possible to hide the menu with just hamburger icon in mobile mode and show/hide the menu when user toggle on the hamburger icon?

Cheers,

issue

sergei-maertens commented 2 years ago

For now in #72 it was decided to not display the menu at all on mobile. Since it's pure CSS and triggered by :hover states I'm not even sure how this could be considered functional om mobile in the first place.

The hamburger menu suggestion is a good one - a PR would be very welcome!