Comment on
Userscript to redirect Lemmy links to Kbin magazine format
Thanks for this. Might I also suggest capturing links in the format /c/community and /c/[email protected] as well?
Comment on
Userscript to redirect Lemmy links to Kbin magazine format
Thanks for this. Might I also suggest capturing links in the format /c/community and /c/[email protected] as well?
Comment on
Kbin Roadmap 2023
Reply in thread
@TheK @alexm42 There's an open PR to implement this. In the meantime, this userscript implements the collapsing functionality.
Comment on
I keep getting this .m3u8 download whenever I open the homepage? What is it?
Reply in thread
Codeberg is a non-profit founded specifically to provide a FOSS alternative to GitHub and GitLab for hosting projects. The site is based on Forgejo, which is a community-driven fork of Gitea (both are FOSS, though Gitea is helmed by a for-profit company).
Comment on
Kbin-it - Changelog
The style tweaks are nice, but I noticed it made the activity, comment, and sort bars blur together.
So I adjusted the margins to provide cleaner separation to make them look better. (and also for the comments).
@-moz-document domain("kbin.social"), domain("karab.in"), domain("fedia.io") {
#comment-add {
margin-bottom: .5em;
padding: 1em;
}
.section.comment {
margin: .2em;
}
article.entry.section--top, .options:not(.options--top) {
margin-bottom: .5em;
}
}
Comment on
Kbin-it - Changelog
Reply in thread
Ah that makes sense, perhaps removing the rounded corners on those merged areas would enhance the look of them being connected better.