Move type scale and layout ahead of the five-card hub.

Type scale and layout return to the linear path before configure; the hub shrinks to five cards with updated navigation. Also fixes palette tooltip clipping, drops the design-context masthead and icon hub notes, and locks the mosaic shell to the viewport without overflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Abdul Wahab
2026-09-01 10:02:40 +05:00
co-authored by Cursor
parent 0b867f0e25
commit adabd62011
5 changed files with 138 additions and 191 deletions
-2
View File
@@ -548,8 +548,6 @@ function renderDocument() {
const template = document.getElementById(`dcx-detail-${id}`);
template.innerHTML = `<article class="dcx-article">${build(snapshot, name)}</article>`;
}
const masthead = $('[data-dcx-product]');
if (masthead && name) masthead.textContent = `Design context — ${name}`;
if (name) document.title = `Design context — ${name}`;
}