Add extra invul save display, may have some missing cases

Add checkbox to hide model selection
This commit is contained in:
NilsUeter
2025-02-23 14:27:50 +01:00
parent a29024e9be
commit a317624254
2 changed files with 245 additions and 38 deletions
+8 -1
View File
@@ -314,7 +314,14 @@ function App() {
className="print-display-none max-w-[95vw]"
style={{ display: roster ? "flex" : "none", width: "100%", gap: 16 }}
>
<label style={{ display: "flex", alignItems: "center", gap: 4 }}>
<label
style={{
display: "flex",
alignItems: "center",
gap: 4,
minHeight: 26,
}}
>
<input
type="checkbox"
onChange={(e) => setOnePerPage(e.target.checked)}