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.)

  • @Whooping_SealOP
    link
    41 year ago

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

  • TCGM
    link
    fedilink
    21 year ago

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

    • Kabe
      link
      fedilink
      11 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à.