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
.