There is way too much negative space in Lemmy.

See Reddit vs Lemmy

I dont see any way to adjust this in settings, am I missing something?

  • BrownPolarBear
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Here’s an extension to add custom styles to websites:

    https://add0n.com/stylus.html

    And this is the custom style i’ve wrote:

    .container-lg{
        max-width: initial;
    }
    
    .my-3{
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }