From: Timo Heister Date: Wed, 28 Aug 2024 20:24:37 +0000 (-0400) Subject: doxygen: do not zoom out of tutorial graph X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=905b55ae7f4da977c76798f5e25dc8fbe67f4938;p=dealii.git doxygen: do not zoom out of tutorial graph This requires scrolling left/right but fixes the unusable click targets. fixes #17600 --- diff --git a/doc/doxygen/doxygen-awesome.css b/doc/doxygen/doxygen-awesome.css index a2715e268c..6b34e1de84 100644 --- a/doc/doxygen/doxygen-awesome.css +++ b/doc/doxygen/doxygen-awesome.css @@ -2005,6 +2005,16 @@ hr { overflow: auto; } +/** + We are not allowed to change the size of graphs made with dot, because + imagemaps (which we use for tutorial dependencies for example) can not + be scaled. So, if you remove the following rule, you can no longer click + on tutorials. +*/ +.contents .dotgraph img { + max-width: none; +} + @media screen and (max-width: 767px) { .contents .dyncontent > .center, .contents > center { margin-left: calc(0px - var(--spacing-large));