mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user