Import XLSX support: add collection fields and migration script

This commit is contained in:
Ponte
2026-02-11 15:31:14 +01:00
parent e2a7f0fdd9
commit 73c3e30744
6 changed files with 352 additions and 15 deletions

View File

@@ -154,6 +154,18 @@ h1 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.checkbox-row {
display: flex;
align-items: center;
gap: 0.5rem;
min-height: 44px;
margin-bottom: 2px;
}
.checkbox-row input[type="checkbox"] {
width: auto;
}
label {
display: grid;
gap: 0.35rem;