Can I make lemmy not have massive side gutters?

On desktop my lemmy is formatted like it's a mobile site with like 70% of the space left as gutters left and right of the feed... can I make them not like this and look more like old reddit?

50 points · 10 comments · view on lemmy.world

10 Comments

Mohaim@sh.itjust.works · 20 pts · 3y (5 replies)

Yes. There's a Greasemonkey script to do that at https://sh.itjust.works/post/53395

KoboldCoterie@pawb.social · 5 pts · 3y (1 reply)

Brilliant. I love it. I wish it wasn't necessary to use a Greasemonkey script to accomplish it, but this solves my #1 gripe with Lemmy.

ProcurementCat@feddit.de · 9 pts · 3y
[ removed ]
Limeey@lemmy.world · 3 pts · 3y

Sweet, more things I've never heard of!

That said, glancing through how GM works is actually pretty slick, I may use more of these scripts! Thanks again!

edit: eh, the pop-in is definitely not ideal... but I guess it be wat it be.

culturerevolt@culture0.cc · 3 pts · 3y

This is great! I’m eagerly watching what people are doing with the ui.

rimmytea@lemmy.world · 3 pts · 3y

Can confirm this works great. Fixes so much wasted space for desktop users.

warpslide@lemmy.ca · 10 pts · 3y (1 reply)
[ removed ]
6xpipe_@lemmy.world · 5 pts · 3y

I'm using that which makes Lemmy look so much better.

I changed the main container width to 65%, though because I felt like it was too narrow.

.container-lg {
    max-width: 65%;
}
manitcor@lemmy.intai.tech · 6 pts · 3y

yes, im cross posting themes to the meta community on my instance. some are on git, some are just being linked in threads.

decadentrebel@lemmy.world · 4 pts · 3y (1 reply)

Bookmarking this thread and trying out the scripts when I have access to my desktop tomorrow. Although obviously a native solution is ideal, I understand the devs are hard at work on it.

Limeey@lemmy.world · 3 pts · 3y

so far I'm using the greasemonkey solution and it's mostly good. the pop-in of the style changes are a bit annoying but it's a minor issue.