8000 Improve responsive design on mobile devices by lin-lu · Pull Request #428 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content

Improve responsive design on mobile devices #428

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

Merged
merged 3 commits into from
Oct 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix menu button on tablets
  • Loading branch information
Lin Lu committed Oct 1, 2016
commit 6d0d2a1aceb870c0641087f8ddfc07d8e3f62c42
2 changes: 1 addition & 1 deletion themes/vue/source/css/_sidebar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
display none
padding-left 0

@media screen and (max-width: 720px)
@media screen and (max-width: 900px)
.sidebar
position fixed
z-index 8
Expand Down
0