this post was submitted on 16 Jun 2023
13 points (100.0% liked)

Lemmy.World Announcements

28915 readers
2 users here now

This Community is intended for posts about the Lemmy.world server by the admins.

Follow us for server news ๐Ÿ˜

Outages ๐Ÿ”ฅ

https://status.lemmy.world

For support with issues at Lemmy.world, go to the Lemmy.world Support community.

Support e-mail

Any support requests are best sent to [email protected] e-mail.

Report contact

Donations ๐Ÿ’—

If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.

If you can, please use / switch to Ko-Fi, it has the lowest fees for us

Ko-Fi (Donate)

Bunq (Donate)

Open Collective backers and sponsors

Patreon

Join the team

founded 1 year ago
MODERATORS
13
submitted 1 year ago* (last edited 1 year ago) by smitty to c/lemmyworld
 

Hi all, new here, and thought that lemmy.world looked a bit squished on my wide monitor. I'm no CSS whiz by any means but I think it looks nicer. You can use a browser extension like Stylus to apply it. works on beehive too, and probably others.

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 98%;
        }
        .col-sm-2 {
            flex: 0 0 16.66667%;
            max-width: 10.66667%;
        }
        .col-md-8 {
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-md-4 {
            flex: 0 0 25%;
            max-width: 25%;
        }
        .small,
        small {
            font-size: 100%;
            font-weight: 400;
        }
        mb-3,
        .my-3 {
            margin-bottom: .5rem!important;
        }
        .mt-3,
        .my-3 {
            margin-top: .1rem!important;
        }
        hr {
            margin-block-start: 0.2em;
            margin-block-end: 0.2em;
             }
        .ml-1,
        .mx-1 {
            margin-left: 1rem!important;
        }
        body {
            line-height: 1.05;
        }
        .btn {
            padding: .1rem 0.75rem;
        } ```
top 3 comments
sorted by: hot top controversial new old
[โ€“] DevCat 3 points 1 year ago
[โ€“] CodingAndCoffee 2 points 1 year ago* (last edited 1 year ago)

Check out other scripts on greasyfork and in the [email protected] community

[โ€“] aaaaaaa 2 points 1 year ago