nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Mobile view #173

Open samsong opened 9 years ago

samsong commented 9 years ago

Navbars dropoff / go missing when reducing to mobile view.

Obviously they don't fit but there should be a screen resolution related fix to either compact icons or perhaps reduce font size or offer some kind of sideway scroll or convert text to icons or something?

nt1m commented 9 years ago

"Navbars dropoff / go missing when reducing to mobile view." "Obviously they don't fit" Can you elaborate ?

"there should be a screen resolution related fix to either compact icons or perhaps reduce font size or offer some kind of sideway scroll or convert text to icons or something?" The font-size increases in mobile view like the spec mentions, and the navbar has less padding. Am I missing something ? Can you elaborate on your sideway scroll idea and your text to icon idea ? FYI, there's already a FancyHeader module that allows the header to auto hide while you scroll if that's what you're looking for.