Skip Navigation
Subscriptions to Lemmy.ml Communities Stuck in Pending

I've got a couple communities on lemmy.ml from Beehaw that I'm trying to subscribe to, but the requests just sit in pending forever. I've tried cancelling the requests and re-requesting multiple times all to no avail. Is there something going on with federation and that instance?

7
Made Lemmy waaaay more tolerable to read with Stylebot and some custom CSS!
  • Just to tag onto this. I found it really frustrating that the navigation header for the site isn't stickied to the top of the page. I added this to my styles to accomplish that:

    nav.navbar.navbar-expand-md.navbar-light.shadow-sm.p-0.px-3 {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }
    

    Note that if you're using a theme that doesn't have a white background (#fff) you'll want to adjust that value to whatever your background is.

  • InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CU
    curiouscanoe @beehaw.org
    Posts 1
    Comments 3