mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Fix spoiler not working for media
This commit is contained in:
parent
ed309b289f
commit
b48d32e503
1 changed files with 3 additions and 1 deletions
|
@ -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