Fix spoiler not working for media
This commit is contained in:
parent
ed309b289f
commit
b48d32e503
|
@ -679,7 +679,9 @@
|
|||
animation: none !important; */
|
||||
}
|
||||
}
|
||||
.status .content-container.has-spoiler:not(.show-media) .spoiler-media-button {
|
||||
.status
|
||||
.content-container.has-spoiler:not(.show-media)
|
||||
:is(.spoiler-button, .spoiler-media-button) {
|
||||
~ :is(.media-container, .media-figure-multiple) figcaption {
|
||||
/* filter: blur(5px) invert(0.5);
|
||||
image-rendering: crisp-edges;
|
||||
|
|
Loading…
Reference in a new issue