NodeBB recent cards customisation
-
Hi Mark,
Iโm trying to customise the nodebb-plugin-recent-cards widget that I have on my forum, I would like it to show โฆ at the end of box so it doesnโt look so untidy, is this something thatโs possible?

Thanks as always

-
Hi Mark,
Iโm trying to customise the nodebb-plugin-recent-cards widget that I have on my forum, I would like it to show โฆ at the end of box so it doesnโt look so untidy, is this something thatโs possible?

Thanks as always

@JAC Iโve added this CSS block on your site
.recent-cards-plugin .topic-info { height: 8em; display: -webkit-box; max-width: 200px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }This yields the below

-
undefined phenomlab has marked this topic as solved on
-
@JAC Iโve added this CSS block on your site
.recent-cards-plugin .topic-info { height: 8em; display: -webkit-box; max-width: 200px; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }This yields the below

@phenomlab thank you very much for the assistance Mark, massively appreciated as always.
The great thing about this is itโs all documented for other NodeBB users that come looking for solutions
.Looks far better


.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better ๐
Register LoginDid this solution help you?
Related Topics
-
Block Domain
Solved Let's Build It -
-
-
Forum Icons NodeBB
Solved Customisation -
-
NodeBB 1.19.3
Solved Performance -
-