namespaces added and documentation

This commit is contained in:
2026-08-15 15:01:50 +02:00
parent b9e081b13d
commit 8997f7f94a
20 changed files with 696 additions and 158 deletions
+17
View File
@@ -1201,3 +1201,20 @@ body.editor-mode .editor-metadata-row {
margin: 4px 0 0 18px;
padding: 0;
}
/* Namespace is page metadata; keep it compact beside the title editor. */
.editor-namespace-row {
display: flex;
align-items: center;
gap: .6rem;
margin: .3rem 0;
font-size: .9rem;
}
.editor-namespace-row input {
max-width: 18rem;
}
.namespace-heading {
margin: 1rem 0 .35rem;
font-size: 1rem;
font-weight: 600;
}