By default in Ionic, the sidemenu will be expanded or hidden by sliding in/out from the side of the screen everytime we click on it. However, specific for desktop version, I wanted it to be minimized (instead of completely hidden) to the side of the screen (so we can still see the icons on the left side of the screen) when toggling in.
Can this be achieved by modifying the css on either
ion-menu
or ion-split-pane
?