first post separation from the rest
Unsolved
Technical Support
-
In the previous versions of NodeBB, the first post was separated from the rest with the "post-bar"
With the current version, what would be the best way to distinguish the first post from the rest?
-
@crazycells I do something similar to this with CSS. There's a class that can be used to (in my case) change the background and border colours. Presently, I only have it enabled in dark mode
-
For now, I have made the first post separated with a line with this code:
li[data-index="0"] .post-footer { border-bottom: 1px solid #eee; }
Copyright © 2024 NodeBB | Contributors