From b1030cb38a28c2be8337553f03bc86331df444a2 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Fri, 15 Sep 2023 18:06:55 +0800
Subject: [PATCH] Make figcaption blur too if under content warning

---
 src/components/status.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/components/status.css b/src/components/status.css
index 6a1975fe..5c858f01 100644
--- a/src/components/status.css
+++ b/src/components/status.css
@@ -417,7 +417,12 @@
   .content-container.has-spoiler:not(.show-spoiler)
   .spoiler
   ~ .card
-  .meta-container {
+  .meta-container,
+.status
+  .content-container.has-spoiler:not(.show-spoiler)
+  .spoiler
+  ~ .media-container
+  figcaption {
   filter: blur(5px) invert(0.5);
   image-rendering: crisp-edges;
   image-rendering: pixelated;