mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Make figcaption blur too if under content warning
This commit is contained in:
parent
72438bbf06
commit
b1030cb38a
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue