Skip to content

Commit

Permalink
fix: don't show bottom border of bottom nav bar
Browse files Browse the repository at this point in the history
On mobile the breadcrumb bottom-bar would render a bottom border
at the end of the page. This is now hidden, the bottom bar ends
seamlessly.
  • Loading branch information
jothepro committed Mar 11, 2022
1 parent f1e4263 commit 527743a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,6 @@ div.qindex {
*/

#nav-path {
margin-bottom: -1px;
width: 100%;
}

Expand All @@ -1768,9 +1767,9 @@ div.qindex {
border: none;
border-top: 1px solid var(--separator-color);
border-bottom: 1px solid var(--separator-color);
border-bottom: 0;
box-shadow: 0 1px 0 var(--separator-color);
font-size: var(--navigation-font-size);
line-height: 29px;
height: 30px;
}

img.footer {
Expand Down

0 comments on commit 527743a

Please sign in to comment.