@Merlu to Ask Lemmy NSFWEnglish • 1 year agoThumbnails are blurred despite my own settings since last upgrademessage-square11arrow-up138file-text
arrow-up138imageThumbnails are blurred despite my own settings since last upgrade@Merlu to Ask Lemmy NSFWEnglish • 1 year agomessage-square11file-text
Hello, This blur appeared without reason after upgrade to 0.18, even if my settings are still the same. How to fix that ?
minus-square@BigMcLargeHugelinkEnglish7•1 year agoI made a stylish style to disable the relevant CSS: @-moz-document domain("lemmynsfw.com") { .img-blur { -webkit-filter: blur(0px); } } This is for the Stylish addon for Firefox
minus-square@MerluOPlinkEnglish2•edit-21 year agoIt doesn’t work for me. Unknown @ rule: @-moz-document
minus-square@BigMcLargeHugelinkEnglish3•1 year agoFor some reason I can’t import the very same style I just exported. Weird. Here’s the style as I created it:
I made a stylish style to disable the relevant CSS:
@-moz-document domain("lemmynsfw.com") { .img-blur { -webkit-filter: blur(0px); } }
This is for the Stylish addon for Firefox
It doesn’t work for me.
Unknown @ rule: @-moz-document
Dumb question but are you using Firefox?
Yes, and i’m using the addon you mentioned.
For some reason I can’t import the very same style I just exported. Weird. Here’s the style as I created it:
My compliments, it works like a charm.