diff --git a/Draw Steel/draw-steel.css b/Draw Steel/draw-steel.css
index fc1df81a2877..ac2413c7835a 100644
--- a/Draw Steel/draw-steel.css
+++ b/Draw Steel/draw-steel.css
@@ -1332,7 +1332,9 @@ label[for*='minimize']::before {
.ability-details:has([name="attr_has_power_roll"]:not(:checked)) > .power-roll .power-roll-mods label[data-i18n="potency"],
.ability-details:has([name="attr_has_potency"]:not(:checked)) .potency-tier-1,
.ability-details:has([name="attr_has_potency"]:not(:checked)) .potency-tier-2,
-.ability-details:has([name="attr_has_potency"]:not(:checked)) .potency-tier-3 {
+.ability-details:has([name="attr_has_potency"]:not(:checked)) .potency-tier-3,
+.ability-details:has([name="attr_has_power_roll"]:not(:checked)) > .power-roll .power-roll-mods input[name="attr_has_pre_effect"],
+.ability-details:has([name="attr_has_power_roll"]:not(:checked)) > .power-roll .power-roll-mods label[data-i18n="pre-effect"] {
display: none;
}
@@ -1350,14 +1352,21 @@ label[for*='minimize']::before {
display: none;
}
-.ability-card .ability-effect, .ability-card .ability-trigger {
+.ability-card .ability-effect,
+.ability-card .ability-trigger {
height: auto;
}
+.ability-card .ability-pre-effect {
+ height: auto;
+ margin-bottom: 0.2em;
+}
+
.ability-custom,
.ability-malice,
.ability-trigger > span,
-.ability-effect > span {
+.ability-effect > span,
+.ability-pre-effect > span {
white-space-collapse: preserve;
}
@@ -2069,6 +2078,7 @@ label[for="npc-checkbox"] {
background-color: var(--color-bg-section);
border: var(--border-main);
border-radius: var(--border-radius);
+ margin-bottom: 14px;
}
.sheet-rolltemplate-monsterability .sheet-effect-text,
diff --git a/Draw Steel/draw-steel.html b/Draw Steel/draw-steel.html
index b2fd872e9ba1..5daabf3619c9 100644
--- a/Draw Steel/draw-steel.html
+++ b/Draw Steel/draw-steel.html
@@ -7,6 +7,10 @@
style="height: 60px"
/>
+
+
+
+
@@ -203,6 +207,10 @@
+
+
+
+
@@ -314,31 +322,31 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
+
+
+
+
+
+
@@ -350,19 +358,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -377,8 +385,8 @@