jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
956 stars 108 forks source link

sidebar rendered with wrong indent width #121

Closed GJCav closed 12 months ago

GJCav commented 1 year ago

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.

2023-07-09_12-12

I expect Hello doxygen ! to be placed with more indent. After inspecting the element by edge developer tools, a <span> tag with class arrow is used as indent with proper width. But it is display: inline thus width has no effect.

Screenshot from 2023-07-09 12-16-45

As the devtool suggests, applying the display: inline-block solves the problem.

2023-07-09_12-21

So please check if this is a bug or I break something down when installing doxygen-awesome.

Other information:

jothepro commented 12 months 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?

GJCav commented 12 months ago

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.