fixes #16913: hidden admin nav link

This commit is contained in:
Andrew Gormley 2024-07-24 22:24:23 +01:00
parent a5d7071274
commit 365908eb91
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -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 {