this post was submitted on 14 Jun 2023
25 points (100.0% liked)

Lemmy Plugins and Userscripts

2174 readers
1 users here now

A general repository for user scripts and plugins used to enhance the Lemmy browsing experience.

Post (or cross-post) your favorite Lemmy enhancements here!

General posting suggestions:

Thanks!

founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.ca/post/658611

IMO, the default Lemmy style is ridiculous on desktop (especially widescreen). I saw a few posts on other servers with some Stylus CSS changes and they were a good start. I made a few changes to get rid of some of the crazy font sizes, padding/margin, and width.

The CSS: https://pastebin.com/b71sNaRe

Stylus Chrome extenstion: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne

Screenshots: https://i.imgur.com/UdKigJD.png https://i.imgur.com/PBNb1SK.png

Hopefully this makes things more bearable for a few people. (If you use dark mode, just delete lines 10, 11, and 12.)

top 5 comments
sorted by: hot top controversial new old
[–] Whooping_Seal 4 points 1 year ago (1 children)

I am not sure if Stylus CSS counts for this community, but I thought some people might find this helpful

[–] mershed_perderders 2 points 1 year ago

it sure does count! Thanks for sharing!

[–] [email protected] 2 points 1 year ago (1 children)

I'd appreciate a dark mode, looks great otherwise.

[–] [email protected] 1 points 1 year ago

That's an easy fix.

Create a new style in Stylus, find this part of the code:

body { background-color: #fafafa; }

and change #fafafa to #181a1b.

Save as new theme, and voilà.

[–] [email protected] 1 points 1 year ago

Why is it not the default ui?