Masklemmynsfw·Ask Lemmy NSFWbyMerlu Thumbnails are blurred despite my own settings since last upgradeHello, This blur appeared without reason after upgrade to 0.18, even if my settings are still the same. How to fix that ?View original on lemmynsfw.com38Comments14
yay replylemmynsfw.com1Hide 1 replygit.lemmynsfw.com if you are asking for lemmy's source code, here it is: https://github.com/LemmyNet/lemmy9
BBigMcLargeHuge lemmynsfw.com5Hide 5 repliesI 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 Firefox7
BBigMcLargeHuge replylemmynsfw.com1Hide 1 replyFor some reason I can't import the very same style I just exported. Weird. Here's the style as I created it: 3
JJollySmyg lemmynsfw.com.img-blur { filter: none; -webkit-filter: none; -moz-filter: none; -o-filter: none; -ms-filter: none; }5
668plus1 lemmynsfw.comSame here. I was confused if there was new options in settings but I guess its just a bug2
I have to add the patch to the new version for it
speaking of, where does one find its source code?
git.lemmynsfw.com
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-documentDumb 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; }
Same here. I was confused if there was new options in settings but I guess its just a bug