Closed GJCav closed 1 year ago
I agree that the indentation on the screenshots that you provided doesn't look right. Can you provide a small example setup including the input file that the page was rendered from?
emmmm.... a week later, I can't reproduce it either and doxygen-awesome-css works perfectly.
So I will close this issue and will reopen it if a stable reproducing method exists.
I truly appreciate your hard work and dedication to the project.
I am working on a doxygen template repo and using doxygen-awesome-css. But I find that after applying
doxygen-awesome-css/doxygen-awesome.css
, nested item in sidebar tree has wrong indent width.I expect
Hello doxygen !
to be placed with more indent. After inspecting the element by edge developer tools, a<span>
tag with classarrow
is used as indent with proper width. But it isdisplay: inline
thuswidth
has no effect.As the devtool suggests, applying the
display: inline-block
solves the problem.So please check if this is a bug or I break something down when installing doxygen-awesome.
Other information: