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

feat: responsive sidebar #75

Merged
merged 1 commit into from
Sep 3, 2020
Merged

feat: responsive sidebar #75

merged 1 commit into from
Sep 3, 2020

Conversation

Spice-Z
Copy link
Contributor

@Spice-Z Spice-Z commented Aug 30, 2020

Resolve a part of #39 , this is the first step !
Just hiding sidebar in mobile view, and switching open / hide correspond with clicking button.

resp

Comment on lines +10 to 14
/* responsive breakpoints */
/* --mq-narrow: 959px; */
/* --mq-mobile: 719px; */
/* --mq-mobile-narrow: 419px; */
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot use CSS variables in media query.
This is just memos.

We should manage to share break points variables using other solution.

Copy link
Member

@kiaking kiaking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! We should be also able to close the sidebar when clicking outside of the sidebar, though we could do that later and I think we can merge this one at this point.

@kiaking kiaking merged commit 39dbd78 into vuejs:master Sep 3, 2020
@Spice-Z Spice-Z deleted the feat/responsive-nav branch September 5, 2020 09:15
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants