We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I know not everyone will need this, but it would be nice to go to lvl4 on left menu. You just need to add it in base.css:
.wm-toc-lev1 > .wm-toc-text { padding-left: 14px; } .wm-toc-lev2 > .wm-toc-text { padding-left: 28px; } .wm-toc-lev3 > .wm-toc-text { padding-left: 42px; } .wm-toc-lev4 > .wm-toc-text { padding-left: 56px; }
.wm-toc-lev1 + .wm-page-toc { margin-left: 14px; } .wm-toc-lev2 + .wm-page-toc { margin-left: 28px; } .wm-toc-lev3 + .wm-page-toc { margin-left: 42px; } .wm-toc-lev4 + .wm-page-toc { margin-left: 56px; }
And it works like a charm :-)
And by the way, many thanks for this Theme, it's perfect !
Ox
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I know not everyone will need this, but it would be nice to go to lvl4 on left menu.
You just need to add it in base.css:
.wm-toc-lev1 > .wm-toc-text { padding-left: 14px; }
.wm-toc-lev2 > .wm-toc-text { padding-left: 28px; }
.wm-toc-lev3 > .wm-toc-text { padding-left: 42px; }
.wm-toc-lev4 > .wm-toc-text { padding-left: 56px; }
.wm-toc-lev1 + .wm-page-toc { margin-left: 14px; }
.wm-toc-lev2 + .wm-page-toc { margin-left: 28px; }
.wm-toc-lev3 + .wm-page-toc { margin-left: 42px; }
.wm-toc-lev4 + .wm-page-toc { margin-left: 56px; }
And it works like a charm :-)
And by the way, many thanks for this Theme, it's perfect !
Ox
The text was updated successfully, but these errors were encountered: