3YOURMIND / kotti

💅 3YOURMIND’s Vue UI Framework & Design System
https://3yourmind.github.io/kotti/
MIT License
78 stars 8 forks source link

ignore `isNarrow` prop on `KtNavbar` for mobile view #605

Open carsoli opened 2 years ago

carsoli commented 2 years ago

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

FlorianWendelborn commented 2 years ago

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