mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-19 01:26:29 +03:00
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:
@@ -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}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user