- Fix banner artwork sizing: explicit 100% grid track so children stretch instead of resolving height:100% against a content-sized row (SVG intrinsic ratio bloated the row, cropping the artwork's bottom). Bottom-anchor via object-position, transform-origin and YMax slice. - pagerite.js: in-memory page cache — preload every visible internal link once, serve navigation from memory without fetching; editors' loadPlain keeps the cache in sync (pagerite:page-fetched). - Structure editor: delete pages directly, no two-step confirmation. - New 'stars' banner design (drifting starfield) alongside 'eyes'. - Rewrite seed content: welcome page, three-level docs section covering all Markdown features (source + rendered), showcase hierarchy with image positioning and a simple leaf-page banner example.
8 lines
200 B
CSS
8 lines
200 B
CSS
/* Stars banner design: a drifting starfield (banner.html — canvas + script
|
|
inlined by the backend into #page-banner). Fixed-height stage matching
|
|
the canvas. */
|
|
|
|
#banner {
|
|
height: 240px;
|
|
}
|