Here we go, I guess! Babby’s first Lemmy post.

  • yesdogishere
    link
    fedilink
    1
    edit-2
    1 year ago

    welcome—

    btw, any one know which interface or setting can reduce the amount of empty white space between posts on the front page for kbin on windows pc? im hoping for something exactly like reddit’s original layout (you can still see it with old.reddit.com). There’s a bit too much white space on kbin, and i’m hoping for osmething more compact. i dont think lemmy is any better, as a skin.

    • atocci
      link
      fedilink
      11 year ago

      I would recommend checking out the kbin styles magazine @kbinStyles. Not much in the default settings to reduce white space at the moment, but the people over there have put together lots of custom styles you can install using the tampermonkey plugin to majorly change how the site looks and functions. Take a look around and see if you can find one you like!

    • tqgibtngo
      link
      fedilink
      1
      edit-2
      1 year ago

      I haven’t yet delved into the kbinStyles offerings.

      On my Windows laptop, I’m using the Stylus extension with Firefox or Chrome, to apply quick-and-dirty sloppy CSS like:

        article, article * {
          margin: 0 !important;
          padding: 0 !important;
        }
        article {
          border-top: 1px dotted gray !important;
        }
      
      

      Someone on kbinStyles should have something MUCH better. I haven’t yet tried anything from there, but I see titles like: “…replicate old reddit on kbin”. Look into things like that. — https://kbin.social/m/kbinStyles

      Note: I also select the Compact view (in the view menu which is found via one of the buttons in the magazine header).