Skip to content
New issue

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

ignore isNarrow prop on KtNavbar for mobile view #605

Open
carsoli opened this issue Mar 3, 2022 · 1 comment
Open

ignore isNarrow prop on KtNavbar for mobile view #605

carsoli opened this issue Mar 3, 2022 · 1 comment
Labels
priority:3-normal Should be fixed soon type:bug

Comments

@carsoli
Copy link
Contributor

carsoli commented Mar 3, 2022

if the isNarrow is true, on mobile, the userMenu and the navbar options are too narrow to interact with

ideally, they should be spanning the full width of the screen

@carsoli carsoli added type:bug priority:3-normal Should be fixed soon labels Mar 3, 2022
@FlorianWendelborn
Copy link
Member

Maybe a good way to fix this is to check a media query with JS on the main component and overwriting the value of isNarrow. This should be relatively simple compared to fixing the mess that the navbar currently is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:3-normal Should be fixed soon type:bug
Projects
None yet
Development

No branches or pull requests

2 participants