tgxn / lemmy-explorer

Instance and Community Explorer for Lemmy
https://lemmyverse.net/
102 stars 9 forks source link

Fix descriptions on instance & community cards being cut off #144

Closed HKayn closed 11 months ago

HKayn commented 11 months ago

This fixes the text of card descriptions being cut off at the lower edge and adds an ellipsis to indicate longer text.

This pull request assumes that the height property was initially added with the intention of limiting descriptions to 3 lines.

Before

Screenshot_20230809_022132

After

Screenshot_20230809_022142

tgxn commented 11 months ago

Looks good!

That was the original intention to limit to three lines, however in the crawler, I now only output the first 350 characters of the description with markdown stripped (in an effort to avoid communities with extremely-long descriptions increasing the bundle size by any large amount)

Merging to develop for testing on develop.lemmyverse.net