Almanach list

This commit is contained in:
Simon Martens
2026-01-09 14:00:15 +01:00
parent 2d7751b4cb
commit ecfd3579a5
9 changed files with 797 additions and 10 deletions

View File

@@ -102,6 +102,18 @@
@apply px-1.5 italic text-gray-600;
}
/* Reset global list indentation inside tab panels */
.tab-list-panel ul {
margin-left: 0;
padding-left: 0;
list-style: none;
}
.tab-list-panel li {
margin-left: 0;
padding-left: 0;
}
/* Disabled form controls in deleted relations */
[data-rel-row].bg-red-50 select:disabled,
[data-rel-row].bg-red-50 input[type="checkbox"]:disabled:not([data-delete-toggle]) {