line-height still too low in the compact themes in the 0.18.1 release

Right now I have to put this in a custom Stylus CSS override to have good readability when using a compact theme:

.post-listing {
    line-height: 1.5 !important;
}

The CSS needs to be "fixed" as it seems to go against typography best-practices.

3 points · 1 comments · view on lemmy.world

1 Comments

phil_m@lemmy.ml · 2 pts · 3y

Maybe create a PR at https://github.com/LemmyNet/lemmy-ui ?