namespaces added and documentation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user