started content edit rework

This commit is contained in:
Simon Martens
2026-01-21 18:11:58 +01:00
parent 490738810b
commit 5a830f9176
20 changed files with 639 additions and 1231 deletions

View File

@@ -7,7 +7,7 @@ export class AbbreviationTooltips extends HTMLElement {
return {
"#": "Hinweis auf weitere Informationen in der Anmerkung.",
$: "vermutlich",
"+++": "Inhalte aus mehreren Almanachen interpoliert",
"+++": "Beiträge aus mehreren Almanachen interpoliert",
B: "Blatt",
BB: "Blätter",
C: "Corrigenda",

View File

@@ -542,11 +542,11 @@
}
.content .fields {
@apply grid grid-cols-10 gap-y-0.5 w-full gap-x-4;
@apply grid grid-cols-10 gap-y-0 w-full gap-x-3;
}
.content .fieldlabel {
@apply col-span-1 font-bold whitespace-nowrap grow-0 shrink-0 font-sans text-sm align-baseline mt-1 text-right;
@apply col-span-1 font-bold whitespace-nowrap grow-0 shrink-0 font-sans text-sm align-baseline mt-0 text-right;
}
.content .fieldvalue {