Skip to content

lemmy.world - compact view by JohanAR

Details

AuthorJohanAR

LicenseCC0

Categorylemmy.ml

Created

Updated

Size917 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A quick and dirty style to to make lemmy.world more compact, similar to old.reddit.com and RES.

Notes

Probably works on all lemmy instances, but there are too many of them to match all. Update the script to whichever you are using.

Source code

/* ==UserStyle==
@name           lemmy.world - 19/06/2023, 14:31:56
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("lemmy.world") {
    .my-3 {
        margin-top: 1px !important;
        margin-bottom: 1px !important;
    }
    .mb-1,
    .my-1 {
        margin-bottom: 0rem !important;
    }
    .py-2 {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
    h5 {
        margin-bottom: 0rem;
        font-size: 1rem;
    }
    .img-icon {
        width: 1rem;
        height: 1rem;
    }
    .btn {
        line-height: 1rem !important;
        font-size: .8rem !important;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
    .col-1 {
        flex: 0 0 3em;
        min-width: 3em;
    }
}

Reviews

No reviews yet.