Skip to content

Commit

Permalink
Upgrade doxygen-awesome to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsieger committed Jul 10, 2022
1 parent 249e44a commit f950092
Show file tree
Hide file tree
Showing 4 changed files with 793 additions and 153 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ ENUM_VALUES_PER_LINE = 4
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.

TREEVIEW_WIDTH = 340
TREEVIEW_WIDTH = 335

# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
Expand Down
4 changes: 4 additions & 0 deletions docs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ html {
--side-nav-arrow-hover-opacity: 1;
}

#projectname {
white-space: revert;
}

/* github corner icon styles */
.github-corner {
position: absolute;
Expand Down
9 changes: 7 additions & 2 deletions docs/doxygen-awesome-sidebar-only.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,18 @@ SOFTWARE.

html {
/* side nav width. MUST be = `TREEVIEW_WIDTH`.
* Make sure it is wide enought to contain the page title (logo + title + version)
* Make sure it is wide enough to contain the page title (logo + title + version)
*/
--side-nav-fixed-width: 340px;
--side-nav-fixed-width: 335px;
--menu-display: none;

--top-height: 120px;
}

#projectname {
white-space: nowrap;
}


@media screen and (min-width: 768px) {
html {
Expand Down Expand Up @@ -64,6 +68,7 @@ html {
height: var(--top-height);
margin-bottom: calc(0px - var(--top-height));
max-width: var(--side-nav-fixed-width);
overflow: hidden;
background: var(--side-nav-background);
}
#main-nav {
Expand Down
Loading

0 comments on commit f950092

Please sign in to comment.