Skip to content

Commit

Permalink
Merge pull request #720 from samjwu/doxysphinx-css
Browse files Browse the repository at this point in the history
fix(extra_stylesheet.css): Fix flexbox positioning for doxygen content
  • Loading branch information
samjwu authored Apr 10, 2024
2 parents e0b70fa + d9e390c commit 94503c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/rocm_docs/data/_doxygen/extra_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2496,3 +2496,10 @@ html[data-theme=dark] .doxygen-content doxygen-awesome-dark-mode-toggle:hover {
html[data-theme=dark] .doxygen-content .tabs-overview button.tab-button:hover .tab-title {
color: var(--page-foreground-color);
}

/*
Alignment for Doxygen tables (eg: Modules)
*/
.doxygen-content .contents {
justify-content: left;
}

0 comments on commit 94503c6

Please sign in to comment.