From: Timo Heister Date: Thu, 6 Mar 2025 00:10:23 +0000 (-0500) Subject: doxygen: use full page width X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F18197%2Fhead;p=dealii.git doxygen: use full page width this will use the full width of the browser window and fixes unclickable dot figures. --- diff --git a/doc/doxygen/doxygen-awesome.css b/doc/doxygen/doxygen-awesome.css index 6b34e1de84..c26725e917 100644 --- a/doc/doxygen/doxygen-awesome.css +++ b/doc/doxygen/doxygen-awesome.css @@ -73,7 +73,7 @@ html { /* content text properties. These only affect the page content, not the navigation or any other ui elements */ --content-line-height: 27px; /* The content is centered and constraint in it's width. To make the content fill the whole page, set the variable to auto.*/ - --content-maxwidth: 1050px; + --content-maxwidth: auto; --table-line-height: 24px; --toc-sticky-top: var(--spacing-medium); --toc-width: 200px;