From 2ef16bb3eead25a7bece072590727ea254a1bbf0 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 5 Mar 2025 19:10:23 -0500 Subject: [PATCH] doxygen: use full page width this will use the full width of the browser window and fixes unclickable dot figures. --- doc/doxygen/doxygen-awesome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5