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

    • atocci@kbin.social
      link
      fedilink
      arrow-up
      1
      ·
      1 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@kbin.social
      link
      fedilink
      arrow-up
      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).