feat(Phase 1): sidebar visible, version in header, index categories, MAN 0.78rem, nav injection in 04 script

This commit is contained in:
“Naeel”
2026-08-10 13:38:35 +04:00
parent 21b92f4631
commit 195f153860
3 changed files with 77 additions and 37 deletions
+2 -6
View File
@@ -18,11 +18,7 @@
line-height: 1.35;
}
/* Resource pages: no sidebars, normal scrolling */
.md-sidebar--primary {
display: none !important;
}
/* Resource pages: right sidebar (TOC) hidden, left sidebar visible */
.md-sidebar--secondary {
display: none !important;
}
@@ -48,7 +44,7 @@
}
.md-typeset .man-content {
font-size: 0.62rem;
font-size: 0.78rem;
line-height: 1.4;
}