Compare commits

...

2 commits

Author SHA1 Message Date
Carlos Fernandez
786c895d9c Add whitespace no wrap just in case 2026-04-09 16:48:10 -04:00
Carlos Fernandez
4f50f4db7e Use textual threshold labels instead 2026-04-09 16:46:59 -04:00
2 changed files with 4 additions and 3 deletions

View file

@ -327,9 +327,9 @@
"text": "Are you sure you want to remove {name} from the party?"
},
"Thresholds": {
"minor": "1HP",
"major": "2HP",
"severe": "3HP"
"minor": "MIN",
"major": "MAJ",
"severe": "SEV"
}
}
},

View file

@ -98,6 +98,7 @@ body.game:is(.performance-low, .noblur) {
h4 {
font-weight: bold;
text-transform: uppercase;
white-space: nowrap;
&.threshold-label {
font-size: var(--font-size-10);