Hi Rob - I’d love to highlight the OP Author using tiles in TLP for a little project I’m doing.
I’ve worked out that I can hide the other participants with this CSS:
.topic-footer .topic-users .inline a {
display: none;
}
.topic-footer .topic-users .inline a:first-child {
display: inline-block; /* Display only the first link/image */
}
However, I can’t work out how to make the OP Author’s avatar thumbnails bigger - certainly I can’t with CSS alone.
Can you suggest anything?
I don’t seem to be able to select thumbnails from posts other than the OP (with the sidecar installed). It would be very helpful sometimes to be able to do so!