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

Navbar issues #17

Open
allanaaa opened this issue Mar 30, 2023 · 0 comments
Open

Navbar issues #17

allanaaa opened this issue Mar 30, 2023 · 0 comments

Comments

@allanaaa
Copy link

Two issues:

  • The icons used in the navigation bar (that come from Font-Awesome) are not showing properly. I would guess they need a "font-weight:900" but I'm not sure.
  • When a navbar item is hovered over, it gets a 1px border added which shifts everything around in the navbar both horizontally and expands everything up vertically. That should be removed, or all navbar items should have an invisible border to start with so their size doesn't change.
#primary-nav .nav-item > a:focus,
#primary-nav .nav-item > a.open {
  border: 1px solid #cccccc; 
}

An issue we have in other themes may appear here too, when you fix the icons - the "closed" and "open" icons need a set width so they don't also shift things around in the navbar on state change.

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

No branches or pull requests

1 participant