this post was submitted on 11 Aug 2023
4 points (100.0% liked)
/kbin meta
3 readers
12 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 1 year ago
all 11 comments
sorted by:
hot
top
controversial
new
old
[deleted]
Have you tested that? Because it doesn't work on my end.
yes i have tested it and it does work for me.
try this
section.posts.section {
filter: blur(3px) !important;
transition: filter 0.3s ease;
}
section.posts.section:hover {
filter: blur(0px) !important;
}
And the display: none? That's what I want, but weirdly it's not working on my magazine.
Actually, it does work now. Flabbergasted why it didn't before.
are you wanting both related threads and related posts gone? or which?
yes, both
section.posts.section, section.entries.section {
display: none !important;
}