Skip to content

Commit

Permalink
fix(MessageLogger): correctly blur spoilered images (#2433)
Browse files Browse the repository at this point in the history
Co-authored-by: vee <vendicated@riseup.net>
  • Loading branch information
k26pl and Vendicated committed May 21, 2024
1 parent 08d7de0 commit 44d7081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/messageLogger/messageLogger.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.emoji,
[data-type="sticker"],
iframe,
.messagelogger-deleted-attachment,
.messagelogger-deleted-attachment:not([class*="hiddenAttachment_"]),
[class|="inlineMediaEmbed"]
) {
filter: grayscale(1) !important;
Expand Down

0 comments on commit 44d7081

Please sign in to comment.