-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Cleanup Responsive Navbar Menu #303
Conversation
* Move title out of the collapsed menu * Improve collapse button colors and position * Make collapse menu items bigger for better mobile support * Fix collapse menu item positioning and add break
<3 |
WIP on the titles The links when not in responsive mode were tiny (broke somewhere before this pr)
<div class="title"> | ||
{{title-input value=model.description titleChanged=(action "titleChanged")}} | ||
{{saved-state-indicator model=model unsaved=unsaved}} | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title was changed before this PR, so now it blocks clicking on the navlinks when above the collapse threshold and below ~1500px, see canary.ember-twiddle.com
Not sure on how to fix this yet, looking at the old styles, but it doesn't seem obvious.
Accepting because this is a huge improvement and @knownasilya says he does not have time to complete. |
Cleanup Responsive Navbar Menu
Fixes #294
TODO