fix: aligner les jets et la boîte de dialogue avec les règles

This commit is contained in:
2026-08-01 21:33:38 +02:00
parent 6ce51ed8cf
commit c87b25fbaf
5 changed files with 24 additions and 82 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
<span id="difficulty">{{param.difficulty}}</span>
</div>
<div class="reroll-fromroll">
<h4>{{localize "VERMINE.rerolls_possible"}} : <span id="allowed_reroll">{{param.Reroll}}</span></h4>
<div class="reroll flexrow">
@@ -56,7 +57,7 @@
</div>
<div class="flexcol">
<h4>{{localize "VERMINE.success_required"}}:</h4>
<span id="required">{{param.handicap}}</span>
<span id="required">{{math_add 1 param.handicap}}</span>
</div>
</div>
</div>