Skip to content

Commit

Permalink
height-adjust breadcrumb separator
Browse files Browse the repository at this point in the history
  • Loading branch information
jothepro committed Mar 12, 2022
1 parent af067fc commit 8e97a90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ li.navelem:first-child:before {
border-bottom-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
transform: scaleY(4.2);
transform: translateY(-1px) scaleY(4.2);
z-index: 10;
margin-left: 6px;
}
Expand All @@ -1841,7 +1841,7 @@ li.navelem:first-child:before {
border-bottom-color: transparent;
border-right-color: transparent;
border-top-color: transparent;
transform: scaleY(3.2);
transform: translateY(-1px) scaleY(3.2);
margin-right: var(--spacing-small);
}

Expand Down

0 comments on commit 8e97a90

Please sign in to comment.