Show TOC on the left side.
This commit is contained in:
parent
ce2ca99ebc
commit
0e56cfbe10
1 changed files with 6 additions and 2 deletions
|
@ -484,11 +484,15 @@ tr.__table-separator {
|
|||
@media (min-width: 120ex) {
|
||||
body:not(.no-toc) {
|
||||
margin: 0;
|
||||
max-width: none;
|
||||
}
|
||||
body:not(.no-toc) > .node {
|
||||
margin-left: 25rem;
|
||||
}
|
||||
body:not(.no-toc) .global-table-of-contents {
|
||||
position: fixed;
|
||||
right: 1ex;
|
||||
max-width: calc(100vw - 85ex);
|
||||
left: 1ex;
|
||||
max-width: 25rem;
|
||||
top: 1ex;
|
||||
overflow: auto;
|
||||
max-height: 100vh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue