Show the reference tables collapsed and the task guide on expand, from one file

This commit is contained in:
Gmer4Lfe
2026-08-04 19:45:23 -04:00
parent 64a28acd64
commit 87fa2693f0
3 changed files with 49 additions and 15 deletions
+3
View File
@@ -532,6 +532,9 @@ body.vv-fullscreen #displaybox { padding-left: 1rem !important; padding-top: .5r
padding: 4px 6px 4px 0; vertical-align: top; }
.vv-doc-code { background: #0d0d0d; border: 1px solid #222; border-radius: 3px; padding: 7px 9px;
font-size: 11px; color: #9ab; overflow-x: auto; break-inside: avoid; }
/* The always-visible reference tier. Sits below the collapsible guide, so the rule reads as a
separator when the guide is open and as a header underline when it is shut. */
.vv-doc-quick { border-top: 1px solid #1c1c1c; padding-top: 9px; }
.vv-info-divider { font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; color: #444;
padding: 10px 12px 4px; border-top: 1px solid #2a2a2a; margin-top: 2px; }