cms: 1:1 article preview (mirror .prose tokens/rules), webp upload transformations to keep repo lean

This commit is contained in:
2026-07-28 19:49:37 +02:00
parent 145490fe60
commit c0edb2033d
3 changed files with 71 additions and 15 deletions
+2
View File
@@ -559,6 +559,8 @@ span.page-step { color: var(--muted); } /* disabled end stop — non-interactive
}
/* Long unbroken strings (URLs, identifiers) wrap instead of forcing page overflow */
/* KEEP IN SYNC: public/admin/preview.css mirrors this .prose block (and the
tokens it uses) so the CMS entry preview matches the article 1:1. */
.prose { line-height: 1.65; overflow-wrap: break-word; }
.prose a { overflow-wrap: anywhere; }
.prose h2 { color: var(--galaxy); margin: 44px 0 12px; font-size: var(--fs-xl); }