[nodebb-plugin-feed] NodeBB Feed Plugin
-
Hi @baris , do you think doubling the length of summary post size is possible?
I guess right now max line count is 11? can it be 20?
-
previously I wrote here: https://community.nodebb.org/post/87648
this custom CSS (what baris mentioned above) is related to the Feed plugin as well...
.posts-list .posts-list-item .content { overflow: auto; max-height: 480px; }
with this change, people can go through all the posts by scrolling on the same page... feel free to change the post height...
-
C crazycells referenced this topic on