change the css to be better

This commit is contained in:
coco875
2024-06-18 00:41:02 +02:00
parent 8b6d1894bf
commit 51d82d711c
4 changed files with 10 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

View File

@@ -1409,7 +1409,9 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css \
doxygen-awesome-css/doxygen-awesome-sidebar-only.css \
docs/css/doxygen-extra.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

View File

@@ -0,0 +1,3 @@
#MSearchBox {
width: 100%;
}

1
doxygen-awesome-css Submodule

Submodule doxygen-awesome-css added at 00c7339531