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

Fix Nav Buttons Size #1067

Merged
merged 3 commits into from Mar 4, 2021
Merged

Fix Nav Buttons Size #1067

merged 3 commits into from Mar 4, 2021

Conversation

Blendify
Copy link
Member

@Blendify Blendify commented Mar 3, 2021

Currently Nav buttons to expand the menu are a bit small and do not match the link text. This makes the buttons match the size of the link text and deduplicates some of the style rules.

Before:
image

After:
image

Currently Nav buttons to expand the menu are a bit small and do not match the link text. This makes the buttons match the size of the link text and deduplicates some of the style rules.
@Blendify Blendify requested review from agjohnson, ericholscher, stsewd and a team March 3, 2021 22:18
@@ -70,8 +70,7 @@ html
margin-left: -1.2em
@extend .fa
@extend .fa-plus-square-o
font-size: .8em
line-height: 1.6em
line-height: 18px
Copy link
Member

Choose a reason for hiding this comment

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

is the change to px units needed to fix this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

In the future, we should work on using one unit system, bootstrap uses rem, so we will likely use that in the future.

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.

None yet

2 participants