Show metadata as read-only by default
This commit is contained in:
@@ -451,13 +451,49 @@ label {
|
||||
margin-top: 0.45rem;
|
||||
}
|
||||
|
||||
.meta-view {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
max-width: 780px;
|
||||
}
|
||||
|
||||
.meta-view section {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
border: 1px solid var(--line);
|
||||
border-radius: 16px;
|
||||
background: rgba(255, 255, 255, 0.03);
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
.meta-view span {
|
||||
color: var(--muted);
|
||||
font-size: 11px;
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.meta-view p {
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
white-space: pre-wrap;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.meta-form {
|
||||
display: grid;
|
||||
gap: 0.85rem;
|
||||
max-width: 780px;
|
||||
}
|
||||
|
||||
.meta-form button {
|
||||
.meta-form__actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.meta-form .primary {
|
||||
justify-self: start;
|
||||
background: linear-gradient(135deg, var(--accent), var(--accent-strong));
|
||||
border-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user