tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

fix(ui): Cosmetic changes to improve responsive translated views #341

Closed Jeykairis closed 6 years ago

Jeykairis commented 6 years ago

PR Checklist

What:

Some cosmetic changes to make the starter looks better with every languages on every screen sizes.

Issue number: N/A

tomastrajan commented 6 years ago

@Jeykairis also what could be worth investigating is to make that sub-menu responsive in a sense that on small screens it will be replaced by the dropdown (select) element, thoughts ?

Jeykairis commented 6 years ago

Haha, it was looking good for chrome on a mac but it was a dirty fix. I cleaned it and implemented the select for smallest screens. By the way, we should take care of the material specs regarding the sub-nav https://material.io/design/components/tabs.html#behavior.

Thanks @timdeschryver for fixing the autosave !