Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello @baris
I see this bug with the last version of nodebb-plugin-recent-card (3.1.11) and nodebb V3 RC2 updated with last commits
The dots on Smartphone with Small resolution not display correctly.
Try using custom css like this
@media (max-width: 768px) { .slick-dotted.slick-slider { padding-bottom: 2em!important; } }
Yes no worries @baris
I just wanted to let you know before playing with CSS. Could it be something you would have liked to integrate directly into the plugin.
Thanks anyway
I also noticed @baris that on Smartphone, the plugin displays the full number of topics On my screens, 18 points are displayed while on desktop, it displays only 5 Smartphone:
VS
desktop :
I don't if it's normal
bye