MOTW Dieroll Reminder Message Display Bugfix

Reminder messages on rolls of 12+ or of 6- did not display correctly in Chrome. Fixed.
This commit is contained in:
fredhicks
2026-06-26 17:18:52 -04:00
parent ca3689d0a7
commit 012d757a21
2 changed files with 13 additions and 2 deletions
+11
View File
@@ -28,6 +28,17 @@
--motw-fade: rgba(255,255,255,0.5);
}
.sheet-rolltemplate-motw-dieroll {
box-shadow: 3px 3px 5px black;
}
.sheet-rolltemplate-motw-dieroll .sheet-dieroll-reminder,
.sheet-rolltemplate-motw-dieroll.sheet-rolltemplate-darkmode .sheet-dieroll-reminder {
color: white;
background-color: black;
padding: 6px;
}
.sheet-move ul {
margin-bottom: 0px;
}
+2 -2
View File
@@ -171,7 +171,7 @@ on("change:repeating_hunterstory:story", function(e) {
<div class="sheet-dieroll-title" align="right">
<span data-i18n="hit">Hit</span>: <span data-i18n="advsuccess">Advanced Success</span>!
</div>
<div>
<div class="sheet-dieroll-reminder">
<i><span data-i18n="treat-regular">Treat as a regular success if you do not have the advanced improvement for this move.</span></i>
</div>
{{/rollGreater() Roll 11}}
@@ -198,7 +198,7 @@ on("change:repeating_hunterstory:story", function(e) {
<div class="sheet-dieroll-title" align="right">
<span data-i18n="failure">Failure</span>.
</div>
<div>
<div class="sheet-dieroll-reminder">
<i><span data-i18n="mark-xp-remind">Make sure to mark experience!</span></i>
</div>
{{/rollLess() Roll 7}}