GMail like layout

Hey Guys! Great job with Ionic, it is a lot of fun.
I’d like to replicate a GMail like layout for my app and I have to questions:

  • I have a classic side menu with a list options featuring an icon and a label. When the side menu is closed on a large screen, I actually don’t want the side menu to disappear, but shrink and only display the icons. What is the best way to achieve this?
  • The content part is made of a list of entries as well as the current entry being displayed. On a tablet, I like both to be displayed but on a smaller screen I’d like to have a navigation mechanism. What is the best way for achieving this? Should I simply define 2 different pages or is there something obvious with a single page?
    Thanks a lot!