Skip to content

Commit

Permalink
set menu panel to full height if explore panel is absent
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jul 18, 2024
1 parent 682a64d commit 4f4c3ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
height: var(--nav-panel-menu-height);
}

.nav-panel-menu:only-child {
height: 100%;
}

.nav-panel-menu:not(.is-active) .nav-menu {
opacity: 0.75;
}
Expand Down

0 comments on commit 4f4c3ac

Please sign in to comment.