Hello,
This blur appeared without reason after upgrade to 0.18, even if my settings are still the same. How to fix that ?
You must log in or # to comment.
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
.img-blur { filter: none; -webkit-filter: none; -moz-filter: none; -o-filter: none; -ms-filter: none; }
deleted by creator