Skip to content

Commit

Permalink
expand explore panel on 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 8, 2020
1 parent 72f72e8 commit 7175cbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,14 @@ html.is-clipped--nav {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

.nav-panel-explore:not(:first-child) {
top: auto;
max-height: calc(50% + var(--drawer-height));
}

Expand Down

0 comments on commit 7175cbb

Please sign in to comment.