Hello,
This blur appeared without reason after upgrade to 0.18, even if my settings are still the same. How to fix that ?
I have to add the patch to the new version for it
speaking of, where does one find its source code?
if you are asking for lemmy’s source code, here it is: https://github.com/LemmyNet/lemmy
i was indeed asking about the patch, thanks
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.
.img-blur { filter: none; -webkit-filter: none; -moz-filter: none; -o-filter: none; -ms-filter: none; }
deleted by creator
Same here. I was confused if there was new options in settings but I guess its just a bug