This commit is contained in:
2026-03-05 01:36:07 +01:00
parent d898f48ed8
commit b428ee0635
2 changed files with 41 additions and 10 deletions

View File

@@ -147,6 +147,13 @@ body {
}
.module-subnav.card { background-color: var(--panel); background-image: none; }
.form-card { padding: 14px; }
.form-grid { display: grid; gap: 12px; }
.form-field { display: grid; gap: 6px; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; }
.layout-body {
display: grid;
grid-template-columns: 1fr;