We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.11.1
Chrome
MacOS Sierra 10.12.5 (16F73)
No step, just initial styles.
Padding left and right for DESKTOP should be 24px per Material Design Guidelines: https://material.io/guidelines/layout/structure.html#structure-app-bar
Padding left and right is 28px.
The text was updated successfully, but these errors were encountered:
Would you have the time to make a PR with these changes? I believe the change should be fairly simple:
mdc-toolbar__icon
left-margin
mdc-toolbar__title
Sorry, something went wrong.
Yeah sure thing. Wouldn't I need to:
Change variable $mdc-toolbar-padding to 20px 24px; Which will change mdc-toolar__row padding.
Change mdc-toolbar__title to margin-left: 32px ?
Which will position title 72px from left on mobile and 80px left on desktop (presuming the icon only takes up 24px).
fix(toolbar): Fix toolbar margin for desktop (#887)
0a8a75d
Closes #786
Successfully merging a pull request may close this issue.
What MDC-Web Version are you using?
0.11.1
What browser(s) is this bug affecting?
Chrome
What OS are you using?
MacOS Sierra 10.12.5 (16F73)
What are the steps to reproduce the bug?
No step, just initial styles.
What is the expected behavior?
Padding left and right for DESKTOP should be 24px per Material Design Guidelines:
https://material.io/guidelines/layout/structure.html#structure-app-bar
What is the actual behavior?
Padding left and right is 28px.
Any other information you believe would be useful?
The text was updated successfully, but these errors were encountered: