record file edit: checkboxes per record, auto-check on modify, skip unchecked

This commit is contained in:
2026-08-07 22:59:22 +03:00
parent 799c2b49bf
commit 99010e0451
2 changed files with 27 additions and 7 deletions
+6 -2
View File
@@ -715,8 +715,12 @@ video {
min-width: 0px;
}
.max-w-4xl {
max-width: 56rem;
.max-w-7xl {
max-width: 80rem;
}
.max-w-md {
max-width: 28rem;
}
.flex-1 {