Skip to content

Commit

Permalink
fixes #16913: hidden admin nav link (#16978)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Gormley <Andrew@MacBook-Pro-3.local>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent faea4b3 commit 2c69db1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/project-static/dist/netbox.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions netbox/project-static/styles/transitional/_navigation.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
// Navbar and light theme styling
.navbar-vertical.navbar-expand-lg {

// Adds spacing to the bottom of the side navigation to avoid hidden nav items
@include media-breakpoint-up(lg) {
padding-bottom: 2rem;
}

// Adjust hover color & style for menu items
.navbar-collapse {
.nav-link-icon {
Expand Down

0 comments on commit 2c69db1

Please sign in to comment.