• 4 Posts
  • 24 Comments
Joined 7 months ago
cake
Cake day: March 27th, 2025

help-circle








  • Mods should be able to switch from opt-out (manually remove Mastodon posts from the hashtag-community) to opt-in (manually “boost” Mastodon posts into the hashtag-community). That switch could also flip like a fuse when a threshold is reached, with an admin-configured max_toots_per_day.

    The flooded mod tool could help itself with filters by min_boosts, min_stars, links, media and max_age, etc.




  • Do I miss something?

    • Communities are called “Magazines” on mbin. Magazines contain posts from the threadiverse (lemmy, etc.), not microblogger posts.
    • “Microblog” in the header menu links to a TL of microblog posts, not posts from the threadiverse.
    • From the comment section below threadiverse posts, you can upvote, reply and boost (a threadiverse comment to your microblogging TL), that’s okay but why distinguish them in the first place?
    • You can passively view (and rank) the microblog TL filtered by tag. That feels redundant.

    I want hashtags treated like communities.










  • suff@piefed.socialOPtoPieFed Meta@piefed.socialTiles on Mobile
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I tweaked the tiling like this:

    #masonry {
      margin-left: -5px;
      padding-top: 5px;
    }
    #masonry .column {
      padding-right: 3pt;
    }
    #masonry .item .masonry_info .row .col-8 p * {
      white-space: normal;
      line-height: 100%;
    }
    #masonry .item .masonry_info .voting_buttons_masonry {
      display: block;
    }
    #masonry .item .masonry_info .row .col .upvote_button {
      display: block;
      margin: 0 auto
    }
    #masonry .item .masonry_info {
      position: relative;
      bottom: inherit;
    }