Skip to content

Commit

Permalink
Increase size of arrows for Doxygen contents folding
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and ischoegl committed Aug 2, 2024
1 parent 8b742fa commit c017c06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/doxygen/cantera-doxygen.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ html.dark-mode {
outline: auto !important;
}

.arrow {
/* Increase size of dropdown arrows to make them easier to click */
font-size: 75%;
margin-right: 4px;
margin-left: 4px;
}

ul#main-menu li a {
/* Hide Doxygen navigation tabs that are duplicated in the sidebar */
visibility: hidden;
Expand Down

0 comments on commit c017c06

Please sign in to comment.