From 70082729cb24ad1dea7b1dd36ad0d6cb4e43c8ba Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 28 Jul 2020 14:18:05 -0400 Subject: [PATCH] Adjust destroyed-entity styling --- src/components/Statblock.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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%);