From a46419bde9c31c86235516d0105ab026040dcd45 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 28 Dec 2025 19:45:42 +0100 Subject: [PATCH] hide nav sync button --- Doxyfile | 4 ++-- doc/doxygen/css/hide_nav_sync.css | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 doc/doxygen/css/hide_nav_sync.css diff --git a/Doxyfile b/Doxyfile index ce5442c58..430bbab34 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1432,8 +1432,8 @@ HTML_STYLESHEET = # documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_STYLESHEET = doc/doxygen/css/doxygen_style.css \ - doc/doxygen/theme/doxygen-awesome.css +HTML_EXTRA_STYLESHEET = doc/doxygen/theme/doxygen-awesome.css + doc/doxygen/css/hide_nav_sync.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note diff --git a/doc/doxygen/css/hide_nav_sync.css b/doc/doxygen/css/hide_nav_sync.css new file mode 100644 index 000000000..ad06ce6ed --- /dev/null +++ b/doc/doxygen/css/hide_nav_sync.css @@ -0,0 +1,10 @@ +/* hide navigation sync control and icons */ +#nav-sync, +#nav-sync * { + display: none !important; +} + +div.nav-sync-icon, +div.nav-sync-icon * { + display: none !important; +} \ No newline at end of file