fix(ui): no-cache static assets (stop stale CSS/JS after deploys); live nav-active sync; breadcrumb sized+themed to match back button
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -166,12 +166,12 @@ button.ghost:hover { color: var(--text); border-color: var(--accent-dim); }
|
||||
.doc-head .back-btn { margin-bottom: 0; }
|
||||
.doc-head .exp-menu { margin-left: auto; }
|
||||
|
||||
/* Breadcrumb: Space › parent › current */
|
||||
.crumbs { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 12px; }
|
||||
/* Breadcrumb: Space › parent › current — sized + themed to sit inline with the back button */
|
||||
.crumbs { display: flex; align-items: center; gap: 7px; flex-wrap: wrap; font-size: 13px; font-family: var(--font-ui); line-height: 1; }
|
||||
.crumb { color: var(--muted); text-decoration: none; }
|
||||
.crumb:hover { color: var(--accent); }
|
||||
.crumb.current { color: var(--text); }
|
||||
.crumb-sep { color: var(--accent-dim); }
|
||||
.crumb-sep { color: var(--accent-dim); font-size: 14px; }
|
||||
|
||||
/* Export dropdown */
|
||||
.exp-menu { position: relative; }
|
||||
|
||||
Reference in New Issue
Block a user