Fix various minot stuff + add resources roll

This commit is contained in:
2025-01-25 18:24:20 +01:00
parent 70c4fd5a74
commit 7758085bf8
15 changed files with 217 additions and 113 deletions

View File

@@ -130,6 +130,10 @@
min-width: 2.4rem;
max-width: 2.4rem;
}
input[type="checkbox"] {
min-width: 1rem;
max-width: 1rem;
}
.label-field {
flex-grow: 1;
margin-left: 4px;
@@ -266,7 +270,7 @@
grid-template-columns: repeat(3, 1fr);
gap: 8px;
label {
min-width: 12rem;
min-width: 8rem;
}
}