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.
You must log in or register to comment.
Maybe create a PR at https://github.com/LemmyNet/lemmy-ui ?