Fixes around character sheets and buttons
Release Creation / build (release) Successful in 44s

This commit is contained in:
2026-05-19 13:30:05 +02:00
parent 1b10a77748
commit 12bf771e9d
69 changed files with 185 additions and 109 deletions
+8
View File
@@ -1125,10 +1125,18 @@
user-select: none;
}
.creature-type-checkbox input[type="checkbox"] {
appearance: checkbox;
-webkit-appearance: checkbox;
accent-color: #b7461f;
width: 0.9rem;
height: 0.9rem;
cursor: pointer;
margin: 0;
flex-shrink: 0;
}
.creature-type-checkbox input[type="checkbox"]::before,
.creature-type-checkbox input[type="checkbox"]::after {
display: none;
}
.creature-number-group {
display: flex;