Minimized ion-menu to the side instead of completely hide it when toggled

I am currently implementing ion-menu into my app. By default, using the ion-menu-button will toggle the menu hide or unhide.
I want to keep that for the mobile version. However for desktop version, what I would like is to not having the ion-menu completely hidden but instead show partial of it (just the menu icon). So in essence, ion-menu is always stickied there but it’s only being minimized to the left-side. Is that kind of display possible to achieve?
Illustrations below:

  1. When ion-menu is shown (desktop)
    ion-menu-2
  2. When ion-menu is minimized (desktop)
    ion-menu-1
3 Likes

I´m looking for the same functionality in my app, if I find something I will post it here. Anyways, do you know now how to do that?

1 Like