diff --git a/src/components/Statblock.vue b/src/components/Statblock.vue index 3adcc4b..eddfb26 100644 --- a/src/components/Statblock.vue +++ b/src/components/Statblock.vue @@ -5,7 +5,7 @@
- +
@@ -275,7 +275,8 @@ a { z-index: 0; } -.statblock[data-destroyed] > .statblock-content { +.statblock[data-destroyed] .statblock-content, +.statblock[data-destroyed] .stat-entry { animation: destroyed 1s; animation-fill-mode: both; overflow: hidden; @@ -287,7 +288,7 @@ a { } to { - opacity: 0; + opacity: 0.25; } } @@ -319,7 +320,7 @@ a { } .statblock-shader-dead i { - font-size: 100pt; + font-size: 100px; position: absolute; top: 50%; transform: translate(-50%, -50%);