Skip to content

Conversation

@bencodezen
Copy link
Member

Ended up fixing a few issues here:

  1. Made the home page "main menu" only show up on home page
  2. Noticed that the sponsors were oddly aligned on mobile and gave it a little more breathing room
  3. Noticed the sponsors were aligned too far down the page in comparison to the content

Feedback welcome if I misinterpreted any original design intentions.

-webkit-transform: translate(-280px, 0)
transform: translate(-280px, 0)
.sidebar-inner
padding: 50px 10px 10px 20px
Copy link
Member

Choose a reason for hiding this comment

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

Can we take this opportunity to increase the bottom padding of .sidebar-inner to something like 60px as well? The current value (10px) makes it almost possible to tap the last menu item on mobile devices.

image

Copy link
Member Author

@bencodezen bencodezen Sep 16, 2019

Choose a reason for hiding this comment

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

@phanan I've updated the bottom padding to 30px since the 60px was to account for the header and it would create too much gap.

Here is what it looks like on mobile with the changes I just pushed.

Screen Shot 2019-09-16 at 10 18 10 AM

Let me know if you think we still need more space!

Copy link
Member

@phanan phanan left a comment

Choose a reason for hiding this comment

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

LGTM!

@phanan phanan merged commit e9ff127 into vuejs:master Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants