diff --git a/internal/web/static/cad-atlas.html b/internal/web/static/cad-atlas.html index e812d97..e535bf4 100644 --- a/internal/web/static/cad-atlas.html +++ b/internal/web/static/cad-atlas.html @@ -67,6 +67,15 @@ .stagehead{min-height:64px} body.plain .stagehead{min-height:188px} .stage .node:first-of-type{margin-top:24px} + /* Plain view hides the jargon-dense infra ribbon + technical footer */ + body.plain .substrate{display:none} + body.plain footer{display:none} + .legend{display:flex;gap:16px;flex-wrap:wrap;align-items:center; + padding:7px 22px;border-bottom:1px solid var(--line);background:var(--bg);font-size:11px;color:var(--dim)} + .legend .lbl{letter-spacing:1.5px;margin-right:2px} + .legend .lg{display:inline-flex;align-items:center;gap:6px} + .legend .lg i{width:11px;height:11px;border-radius:3px;display:inline-block;border:1px solid rgba(0,0,0,.35)} + .legend .dash{width:18px;border-top:2px dashed var(--violet);display:inline-block} .scroll{overflow-x:auto;padding:24px 22px 20px} .track{position:relative;display:flex;align-items:flex-start;min-width:max-content} @@ -140,6 +149,14 @@