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

Next header iteration #2555

Merged
merged 2 commits into from
Jun 12, 2021
Merged

Next header iteration #2555

merged 2 commits into from
Jun 12, 2021

Conversation

julieg18
Copy link
Contributor

@julieg18 julieg18 commented Jun 10, 2021

  • adds "Other Tools" to HamburgerMenu
  • lowers font-size/font-weight to 16px and 400 in nav bar links
  • I also noticed that the top in the documentation side bar was off due to the nav bar height changing in the last nav iteration

Fixes #2543

julieg18 added 2 commits June 10, 2021 07:36
* decrease font size for Nav link items
* add "Other Tools" to HamburgerMenu
@shcheklein shcheklein temporarily deployed to dvc-org-next-header-ite-go4pvc June 10, 2021 15:57 Inactive
@@ -15,7 +15,7 @@
z-index: 1;
padding: 16px 24px;
font-weight: 500;
font-size: 18px;
font-size: 16px;
Copy link
Contributor Author

@julieg18 julieg18 Jun 10, 2021

Choose a reason for hiding this comment

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

I went ahead and lowered the font for the "Get Started" button. If it didn't need to be decreased as well, let me know!

@@ -58,7 +58,7 @@
position: fixed;
display: block;
z-index: 2;
top: 78px;
top: var(--layout-header-height);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

What the documentation page looks like on dvc.org:

image

What it looks like in pull request:

image

Copy link
Contributor

@rogermparent rogermparent left a comment

Choose a reason for hiding this comment

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

Nice catch on the docs menu, the rest of the preview looks good to me too!

@julieg18 julieg18 merged commit e72209b into master Jun 12, 2021
@shcheklein shcheklein deleted the next-header-iteration branch July 23, 2021 18:58
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.

Next Header Iteration
3 participants