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
I've actually fixed this, thought you'd like to know. Not doing a pull request because the navbar is the only component I'm using.
iconContainer: { display: 'none', [theme.breakpoints.down('sm')]: { display: 'block', position: 'absolute', left: '50%', transform: "translate(-50%)" } },
The text was updated successfully, but these errors were encountered:
Hello @Xaraxia , thanks for this, actually you're right, is not centering in a mobile view, please send a pull request with your changes 🙏
Sorry, something went wrong.
But maybe there's no better approach using Flexbox?
No branches or pull requests
I've actually fixed this, thought you'd like to know. Not doing a pull request because the navbar is the only component I'm using.
iconContainer: { display: 'none', [theme.breakpoints.down('sm')]: { display: 'block', position: 'absolute', left: '50%', transform: "translate(-50%)" } },
The text was updated successfully, but these errors were encountered: