Récapitulatif admin: sections → fieldsets, fichiers en table, marges + pas de thumbnails

This commit is contained in:
Pontoporeia
2026-05-19 22:32:26 +02:00
parent defc919cd0
commit 42222abe7c
4 changed files with 164 additions and 52 deletions

View File

@@ -2075,6 +2075,14 @@ th.admin-ap-col {
/* ── Récapitulatif sections ───────────────────────────────── */
.admin-main--recap > fieldset {
margin-bottom: var(--space-l);
}
.admin-main--recap > fieldset:last-of-type {
margin-bottom: 0;
}
.recap-synopsis,
.recap-long-text {
max-width: 70ch;