feat(glossary): add step 21 smart navigation
All checks were successful
SMOKE / smoke (push) Successful in 13s
CI / build-and-anchors (push) Successful in 1m4s
CI / build-and-anchors (pull_request) Successful in 35s

This commit is contained in:
2026-04-26 13:03:45 +02:00
parent 689619d14d
commit 9f88112aca
45 changed files with 1020 additions and 112 deletions

View File

@@ -73,7 +73,7 @@ const hasScholarlyMeta =
<style>
.glossary-entry-head{
position: sticky;
top: calc(var(--sticky-header-h, 0px) + var(--page-gap, 12px));
top: var(--sticky-header-h, 0px);
z-index: 11;
margin: 0 0 22px;
border: 1px solid rgba(127,127,127,0.18);
@@ -234,12 +234,16 @@ const hasScholarlyMeta =
}
.glossary-entry-summary{
gap: 8px;
padding: 9px 10px 10px;
gap: 9px;
padding: 9px 10px 11px;
}
.glossary-entry-dek{
-webkit-line-clamp: 2;
display: block;
max-width: none;
overflow: visible;
-webkit-line-clamp: unset;
-webkit-box-orient: unset;
}
.glossary-pill{